summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-20
|\
| * Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun2011-05-19
| * asfdec: add missing #include for av_bswap32()Mans Rullgard2011-05-19
* | ReindentMartin Storsjö2011-05-20
* | rtpenc_chain: Pass the MP4A_LATM flag to chained muxersMartin Storsjö2011-05-20
* | rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-05-20
* | movenc: Pass AVFormatContext flags to the SDP generationMartin Storsjö2011-05-20
* | sdp: Allow passing AVFormatContext flags to the SDP generationMartin Storsjö2011-05-20
* | av_find_stream_info: Print more details about max anaylize duration failures.Michael Niedermayer2011-05-19
* | Parse 'bext' metadata in the wav demuxerTomas Härdin2011-05-18
* | Cosmetics: indentTomas Härdin2011-05-18
* | Keep parsing wav until EOF if the input is seekable and we know the size of t...Tomas Härdin2011-05-18
* | Refactor the tag checking into a switch statementTomas Härdin2011-05-18
* | Use avio_tell() instead of url_ftell()Tomas Härdin2011-05-18
* | cleaned up the udp.c, removed some variables and an av_logJULIAN GARDNER2011-05-18
* | id3v2: prevent unsigned integer overflow in ff_id3v2_parse()Stefano Sabatini2011-05-18
* | id3v2: add @file doxy and link to format documentationStefano Sabatini2011-05-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-18
|\|
| * lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-05-17
| * lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
| * flvdec: clenup debug codeAlex Converse2011-05-17
| * asfdec: fix possible overread on broken files.Uoti Urpala2011-05-17
| * asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-17
| * asfdec: reindent after previous commit c7bd5edVladimir Pantelic2011-05-17
| * asfdec: fallback to binary search internallyVladimir Pantelic2011-05-17
| * movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-13
* | Make sure neither data_size nor sample_count is negativeTomas Härdin2011-05-17
* | Refactor the 'fmt ' tag search and parsingTomas Härdin2011-05-17
* | Ogg demuxer: give meaningful error codes and warnings.Nicolas George2011-05-17
* | Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer2011-05-17
* | Write channel_layout for multichannel aif files.Carl Eugen Hoyos2011-05-17
* | Fix ff_mov_write_chan() so it can be used by other muxers.Carl Eugen Hoyos2011-05-17
* | Fix some mov files with little endian audio (tickets 201 - 203).Carl Eugen Hoyos2011-05-17
* | iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...Stefano Sabatini2011-05-17
* | iff: compact code setting metadata tagsStefano Sabatini2011-05-17
* | iff: fix bitrate computation for compressed audio streamStefano Sabatini2011-05-17
* | iff: distinguish fields for audio and video compressionStefano Sabatini2011-05-17
* | Bump minor after adding a caf muxer.Carl Eugen Hoyos2011-05-16
* | Initial caf muxer.Carl Eugen Hoyos2011-05-15
* | Support decoding of amr_nb and gsm in caf.Carl Eugen Hoyos2011-05-15
* | udp: remove resource.h inclusion, it breaks mingw compilation.Michael Niedermayer2011-05-15
* | UDP: dont use thread_t as truth value.Michael Niedermayer2011-05-14
* | udp: switch custom fifo to libavutil fifo.Michael Niedermayer2011-05-13
* | udp: use FFMAX&FFMIN.Michael Niedermayer2011-05-13
* | udp: add a thread into udp.c for receiving data into a circular buffer, this ...JULIAN GARDNER2011-05-13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö2011-05-13
| * matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs2011-05-12
| * matroskadec: check that pointers were initialized before accessing themAurelien Jacobs2011-05-12
| * lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-05-12