]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat /
2009-04-16 reimarRemove unused audio_pts field from ea demuxer struct
2009-04-16 reimarRemove unused code from Westwood VQA/AUD demuxer.
2009-04-16 rbultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-04-15 michaelClarify which exact variant of ISO 639 is used. (The...
2009-04-15 rbultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-15 conradOGG demuxer: ensure that there's pages to read for...
2009-04-14 rbultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-14 rbultjeIncrease the SDP buffer size (again!) and also increase...
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-13 bcoudurierseek inside buffer when offset is exactly at the end...
2009-04-13 bcoudurierSet frame defaults in try_decode_frame.
2009-04-13 bcoudurierreindent
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 reimarMove ea demuxer messages that are irrelevant to ordinar...
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 reimarSlightly improve/correct description of wc3_pal_lookup
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 michaelDisable metadata reading, yes id like to know what...
2009-04-12 bcoudurierreplace DEBUG_SI with DEBUG and use dprintf
2009-04-12 bcoudurierSet stream type to ac3 if registration descriptor is...
2009-04-12 bcouduriersimplify registration descriptor parsing with bytstream...
2009-04-12 bcoudurierOk, ts demuxer is more complicated than I thought
2009-04-12 bcoudurierfix end of buffer check, fix hang_read_header.h264.ts
2009-04-12 bcoudurierfix 6 channels raw pcm demuxing, raw pcm now demux...
2009-04-11 reimarSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 reimarFix "unrecognized WC3 chunk" debug output which was...
2009-04-11 reimarwc3movie: return partial packets if not all data can...
2009-04-11 reimarExplain the purpose of the wc3_pal_lookup and the formu...
2009-04-11 reimarUse get_le32/get_be32 in wc3movie demuxer instead of...
2009-04-11 reimarGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-11 reimarReindent
2009-04-11 reimarMake electronicarts demuxer return partial frames,...
2009-04-10 diegoReplace rand() usage by av_lfg_get().
2009-04-10 diegocosmetics: Align output columns.
2009-04-10 aurelremove useless duplication of what av_new_stream()...
2009-04-10 stefanoAdd 'PNG1' to PNG fourcc codes.
2009-04-10 stefanoMake try_decode_frame() use the new avcodec_decode_...
2009-04-09 lucabeAAC packetiser cleanup: use consts instead of #defines
2009-04-09 lucabeAAC packetiser cleanup: remove check for a condition...
2009-04-09 lucabeFix two checks in the AAC packetiser, which were too...
2009-04-09 reimarFix memleak in nuv demuxer: free packet already allocat...
2009-04-08 reimarCorrectly set packet size for partial video packets...
2009-04-08 reimarAdd av_shrink_packet function for use in av_get_packet...
2009-04-08 cehoyosReduce code duplication.
2009-04-08 lucabeAdd support for AMR audio in the RTP muxer
2009-04-08 bcoudurierforce sample for qcelp when not stored in mov, fix...
2009-04-08 rbultjeReindent after r18372.
2009-04-08 rbultjeAdd waveformat-extensible support in the wav muxer.
2009-04-07 bcouduriermove codec tag tables near corresponding code
2009-04-07 bcouduriercosmetics, reindent
2009-04-07 bcouduriercosmetics, add empty line and remove useless braces
2009-04-07 bcoudurierfix compilation, add missing parenthesis
2009-04-07 bcouduriercomment the ipod subtitle check
2009-04-07 bcoudurierinvert condition to simplify code
2009-04-07 bcoudurierremove no more needed code, tag is set by default
2009-04-07 bcouduriercosmetics, reindent, add empty lines
2009-04-07 bcouduriersplit mov_find_codec_tag in separate per format functions
2009-04-07 reimarAlways return 0 if read_packet is successful.
2009-04-07 reimarDo not uselessly read version string into a buffer.
2009-04-07 reimarDescribe read_alloc return value and required pkt handl...
2009-04-07 reimarError out also when reading nuv header returns with...
2009-04-07 bcoudurierset bits_per_coded_sample for rawvideo
2009-04-07 bcoudurieroverride mov fourcc for pcm audio, this is safer when...
2009-04-07 rbultjeMove av_packet_*() functions from libavformat/ to libav...
2009-04-07 aureluse av_freep() instead of av_free() + =NULL.
2009-04-07 lucabeFix the copyright year
2009-04-07 lucabeAdd support for H.263 video in the RTP muxer
2009-04-07 lucabeDo not return payload type 34 for H.263 (it is deprecated)
2009-04-06 lucabeOnly insert the SPS and PPS NALs in sprop-parameter...
2009-04-03 michaelDo not fail on zero packets.
2009-04-02 stefanoImplement JACK input device.
2009-04-02 stefanoMove AVPacket declaration from avformat.h to avcodec.h.
2009-04-02 cehoyosMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-04-02 reimarReindent
2009-04-02 reimarSupport DVD subtitles in mov/mp4 as created by Nero.
2009-04-02 bcoudurierskip empty data packets in flv, fix input.flv
2009-04-01 mruAdd $(ELIBS) to example/test app link command
2009-04-01 mruMake examples and test progs depend on libraries
2009-04-01 compnadd another dv fourcc CDVH
2009-03-30 aurelmatroska: add support for MLP and TRUEHD codec tags
2009-03-30 diegoFix timefilter test program build without previously...
2009-03-29 diegoGeneralize example target rule in common.mak so that...
2009-03-28 rbultjeDon't strip the first three characters off of any metad...
2009-03-27 lucabeMake rtp_write_header() fail in case of unsupported...
2009-03-27 diegoMove output-example dependency declaration after subdir...
2009-03-27 diegoMove output_example.c --> libavformat/output-example.c.
2009-03-26 ramiroUse intptr_t when casting pointers to int.
2009-03-25 diegoMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-25 bcoudurierset wrong dts for iMovie created files which has huge...
2009-03-24 rbultjestrchr(string, '\0') returns non-NULL, and is thus...
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 aurelhandle id3v2 'genre' tag formated as '%d'
2009-03-22 rbultjeRemove alpha channel from default colorspace tables...
2009-03-22 rbultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-22 kostyaAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 bcoudurierallocate tracks instead of using MAX_STREAMS
2009-03-22 bcouduriersince code now use get_bits_long, allocate padding...
2009-03-22 bcoudurieravoid creating a new stream not referenced in pmt since...
2009-03-21 bcoudurierreset codec width/height for h264 forcing decoder to...
next