summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* win32: Allow other programs to open the same filesReimar Döffinger2013-03-271-2/+3
* ape: use correct context for the bit table printed in debugKostya Shishkov2013-03-271-1/+1
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-262-4/+5
* ape: 3.80-3.92 decoding supportKostya Shishkov2013-03-251-3/+25
* rtmp: Pass the parameters to do_adobe_auth in the right orderMartin Storsjö2013-03-201-1/+1
* Revert "asfenc: return error on negative timestamp"Anton Khirnov2013-03-191-8/+0
* iff: validate CMAP palette sizeKostya Shishkov2013-03-181-0/+5
* asfenc: return error on negative timestampLuca Barbato2013-03-181-0/+8
* lavf: sanity check size in av_get/append_packet().Anton Khirnov2013-03-151-19/+49
* flacdec: simplify bounds checking in flac_probe()Xi Wang2013-03-151-5/+3
* add support for Monkey's Audio versions from 3.93Kostya Shishkov2013-03-151-1/+1
* mpegts: add support for stream_type 0x42, which is CAVSCan Wu2013-03-154-0/+6
* rsodec: Use avpriv_report_missing_feature() where appropriateDiego Biurrun2013-03-131-1/+1
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-1318-38/+38
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-133-4/+4
* matroskadec: request a read buffer for the wav headerLuca Barbato2013-03-121-1/+1
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-123-7/+4
* anm: Get rid of some very silly goto statementsDiego Biurrun2013-03-121-10/+5
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-1112-110/+0
* lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-113-14/+0
* lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-113-22/+0
* lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov2013-03-113-29/+0
* lavf: remove disabled FF_API_APPLEHTTP_PROTO cruftAnton Khirnov2013-03-113-30/+0
* lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov2013-03-113-21/+0
* output-example: Update to use encode_video2 instead of the now dropped encode...Martin Storsjö2013-03-081-28/+15
* tty: set avg_frame_rate.Anton Khirnov2013-03-081-0/+1
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-081-1/+1
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-081-3/+3
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-0817-74/+112
* mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-081-2/+4
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-078-17/+15
* rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö2013-03-022-2/+2
* flvdec: Check the return value of a mallocMartin Storsjö2013-03-021-2/+6
* flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö2013-03-021-7/+9
* lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö2013-02-272-1/+45
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-275-9/+65
* mov: use the format context for logging.Anton Khirnov2013-02-231-1/+1
* asfdec: do not assume every AVStream has a corresponding ASFStreamAnton Khirnov2013-02-091-5/+6
* asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic2013-02-091-3/+19
* asfdec: also read Metadata Library ObjectVladimir Pantelic2013-02-093-0/+11
* asfdec: read the full Metadata Object, not just aspect ratio informationVladimir Pantelic2013-02-091-24/+27
* asfdec: silence a warningVladimir Pantelic2013-02-091-1/+1
* asf: K&R formatting cosmeticsDiego Biurrun2013-02-064-508/+552
* Use proper "" quotes for local header #includesDiego Biurrun2013-02-011-1/+1
* bink demuxer: set framerate.Anton Khirnov2013-02-011-0/+1
* bink demuxer: check malloc return valueAnton Khirnov2013-02-011-0/+2
* avisynth: Change demuxer name to avoid conflicts with AVSDiego Biurrun2013-01-311-1/+1
* movenc: Simplify code by using avio_wb24Martin Storsjö2013-01-301-2/+1
* mvi: set framerateAnton Khirnov2013-01-291-0/+1
* rtpenc_chain: Use the original AVFormatContext for getting payload typeMartin Storsjö2013-01-241-1/+1
OpenPOWER on IntegriCloud