summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rtp: Make sure the output format pointer is setMartin Storsjö2013-01-241-1/+1
* rtp: Make sure priv_data is set before reading itMartin Storsjö2013-01-231-1/+1
* rtpenc: fix overflow checking in avc_mp4_find_startcode()Xi Wang2013-01-231-2/+2
* rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang2013-01-231-6/+5
* rtmp: fix multiple broken overflow checksXi Wang2013-01-231-6/+6
* rtpenc: Start the sequence numbers from a random offsetMartin Storsjö2013-01-223-3/+11
* avidec: use sensible error codes instead of -1Jindrich Makovicka2013-01-211-19/+22
* srtp: Move a variable to a local scopeMartin Storsjö2013-01-211-2/+2
* srtp: Add tests for the crypto suite with 32/80 bit HMACMartin Storsjö2013-01-211-0/+32
* srtp: cosmetics: Use fewer lines for the test vectorsMartin Storsjö2013-01-211-22/+8
* srtp: Don't require more input data than what actually is neededMartin Storsjö2013-01-211-2/+6
* srtp: Improve the minimum encryption buffer size checkMartin Storsjö2013-01-211-6/+10
* srtp: Add support for a few DTLS-SRTP related crypto suitesMartin Storsjö2013-01-213-13/+23
* rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö2013-01-212-4/+21
* rtpdec: Check the return value from av_new_packetMartin Storsjö2013-01-211-1/+2
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-207-12/+58
* rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö2013-01-204-37/+70
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-206-55/+131
* rtpdec: Reorder payload handler registration alphabeticallyMartin Storsjö2013-01-201-18/+15
* mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...Martin Storsjö2013-01-201-6/+7
* rtpdec_mpeg4: Return one AAC AU per AVPacketMartin Storsjö2013-01-201-12/+31
OpenPOWER on IntegriCloud