aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2011-03-31flvdec: read index stored in the 'keyframes' tag.Kharkov Alexander
2011-03-31mov: Add support for zero-sized stsc runs.Alex Converse
2011-03-30rtsp: Use GET_PARAMETER for keep-alive for generic RTSP serversMartin Storsjö
2011-03-30avio: make get_checksum() internal.Anton Khirnov
2011-03-30avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.hAnton Khirnov
2011-03-30avio: make init_checksum() internal.Anton Khirnov
2011-03-28id3v1: change filesize to int64_t.Carl Eugen Hoyos
2011-03-28id3v1: Seek back to old position after reading.Carl Eugen Hoyos
2011-03-28Chronomaster DFA decoderKostya Shishkov
2011-03-28http: header field names are case insensitiveTyler
2011-03-25mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom.Justin Ruggles
2011-03-25Use audio_service_type to set stream disposition.Justin Ruggles
2011-03-25matroskadec: set default duration for simple blockJohn Stebbins
2011-03-24ffmetadec.c: fix compiler warnings.Ronald S. Bultje
2011-03-23avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov
2011-03-23asfdec: also subtract preroll when reading simple index objectVladimir Pantelic
2011-03-23matroskaenc: remove a variable that's unused after bc17bd9.Anton Khirnov
2011-03-23avio: cosmetics - nicer vertical alignment.Anton Khirnov
2011-03-23rtsp: Don't use a locale dependent format stringMartin Storsjö
2011-03-23Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin
2011-03-22matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_configAnton Khirnov
2011-03-22Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos
2011-03-22id3v2: skip broken tags with invalid sizeAnton Khirnov
2011-03-22id3v2: don't explicitly skip paddingAnton Khirnov
2011-03-21amr: Set the AVFMT_GENERIC_INDEX flagMartin Storsjö
2011-03-21amr: Set the pkt->pos field properly to the start of the packetMartin Storsjö
2011-03-21amr: Set the codec->bit_rate field based on the last packetMartin Storsjö
2011-03-21rtsp: Specify unicast for TCP interleaved streams, tooMartin Storsjö
2011-03-21applehttp: Change the variable for stream position in seconds into int64_tMartin Storsjö
2011-03-21id3v2: simplify error handling.Anton Khirnov
2011-03-21id3v2: explicitly seek to the end of the tag after readingAnton Khirnov
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
2011-03-20avio: deprecate url_filenoAnton Khirnov
2011-03-20rmenc: replace avio_seek(0) with avio_tell()Anton Khirnov
2011-03-20lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17nutenc: fix a memleakAnton Khirnov
2011-03-17asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic
2011-03-17lavf: Make make_absolute_url a lavf internal functionMartin Storsjö
2011-03-17applehttp: Fix a typo in a commentMartin Storsjö
2011-03-17lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini
2011-03-17lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini
2011-03-17lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini
2011-03-16avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-16avio: deprecate url_close_bufAnton Khirnov
2011-03-16avio: deprecate url_open_bufAnton Khirnov
2011-03-16avio: always compile avio_printf, rather than on CONFIG_MUXERSAnton Khirnov
2011-03-16avio: avio_ prefix for url_fprintfAnton Khirnov
2011-03-16avio: change avio_tell/skip from macros to inline functionsAnton Khirnov
2011-03-16avio: make url_setbufsize internal.Anton Khirnov