summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* img2: Add j2k file extension for JPEG 2000Nicolas Bertrand2013-04-04
* xmv: do not leak memory in the error paths in xmv_read_header()Anton Khirnov2013-04-04
* xmv: check audio track parameters validity.Anton Khirnov2013-04-04
* id3v2: pad the APIC packets as required by lavc.Anton Khirnov2013-04-04
* lavf: make sure stream probe data gets freed.Anton Khirnov2013-04-04
* matroska: pass the lace size to the matroska_parse_rm_audioLuca Barbato2013-04-03
* matroska: fix a corner case in ebml-lace parsingLuca Barbato2013-04-03
* matroska: Update the available size after lace parsingDale Curtis2013-04-03
* oma: Validate sample ratesLuca Barbato2013-03-31
* flvdec: read audio sample size and channels metadataJustin Ruggles2013-03-28
* flvdec: use the correct audio codec id when parsing metadataJustin Ruggles2013-03-28
* win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2013-03-27
* win32: Make ff_win32_open more robustReimar Döffinger2013-03-27
* win32: Allow other programs to open the same filesReimar Döffinger2013-03-27
* ape: use correct context for the bit table printed in debugKostya Shishkov2013-03-27
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-26
* ape: 3.80-3.92 decoding supportKostya Shishkov2013-03-25
* rtmp: Pass the parameters to do_adobe_auth in the right orderMartin Storsjö2013-03-20
* Revert "asfenc: return error on negative timestamp"Anton Khirnov2013-03-19
* iff: validate CMAP palette sizeKostya Shishkov2013-03-18
* asfenc: return error on negative timestampLuca Barbato2013-03-18
* lavf: sanity check size in av_get/append_packet().Anton Khirnov2013-03-15
* flacdec: simplify bounds checking in flac_probe()Xi Wang2013-03-15
* add support for Monkey's Audio versions from 3.93Kostya Shishkov2013-03-15
* mpegts: add support for stream_type 0x42, which is CAVSCan Wu2013-03-15
* rsodec: Use avpriv_report_missing_feature() where appropriateDiego Biurrun2013-03-13
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* matroskadec: request a read buffer for the wav headerLuca Barbato2013-03-12
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-12
* anm: Get rid of some very silly goto statementsDiego Biurrun2013-03-12
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_APPLEHTTP_PROTO cruftAnton Khirnov2013-03-11
* lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov2013-03-11
* output-example: Update to use encode_video2 instead of the now dropped encode...Martin Storsjö2013-03-08
* tty: set avg_frame_rate.Anton Khirnov2013-03-08
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-08
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-08
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-08
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö2013-03-02
* flvdec: Check the return value of a mallocMartin Storsjö2013-03-02
* flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö2013-03-02
* lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö2013-02-27
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-27
* mov: use the format context for logging.Anton Khirnov2013-02-23