summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\
| * rtsp: use strtoul to parse rtptime and seq values.Ilya2011-05-24
| * ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos2011-05-24
* | matroska: improve declaration of video_stereo_* constant tablesAurelien Jacobs2011-05-24
* | matroskadec: fix reverted condition to accept combine_plane operationAurelien Jacobs2011-05-24
* | wav: fix various printf warnings related to wrong argument typeStefano Sabatini2011-05-24
* | wav: propagate ff_get_wav_header() error code in w64_read_header()Stefano Sabatini2011-05-24
* | Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-24
* | matroska: cleanup handling of video stereo modeAurelien Jacobs2011-05-24
* | oggdec: use av_dlog()Stefano Sabatini2011-05-24
* | movdec: dont divide by zero when stts_data[0].duration = 0.Michael Niedermayer2011-05-22
* | lavf: fix style for avformat_alloc_output_context2()Stefano Sabatini2011-05-22
* | lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_ou...Stefano Sabatini2011-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * multiple inclusion guard cleanupDiego Biurrun2011-05-21
| * avio: document buffer must created with av_malloc() and friendsCan Wu2011-05-21
| * avio: check AVIOContext malloc failureCan Wu2011-05-21
* | matroska: switch stereo mode from int to string and add support in the demuxe...Kirill Gavrilov2011-05-21
* | matroska: cosmeticsKirill Gavrilov2011-05-21
* | Create a stereo_mode metadata tag to specify the stereo 3d video layout using...Alok Ahuja2011-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-21
|\|
| * mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö2011-05-20
* | Add a flag to disable side data merging.Michael Niedermayer2011-05-21
* | Merge/split side data.Michael Niedermayer2011-05-21
* | 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