]> git.sesse.net Git - ffmpeg/history - libavformat
asfenc: return error on negative timestamp
[ffmpeg] / libavformat /
2013-03-18 Luca Barbatoasfenc: return error on negative timestamp
2013-03-15 Anton Khirnovlavf: sanity check size in av_get/append_packet().
2013-03-15 Xi Wangflacdec: simplify bounds checking in flac_probe()
2013-03-15 Kostya Shishkovadd support for Monkey's Audio versions from 3.93
2013-03-15 Can Wumpegts: add support for stream_type 0x42, which is...
2013-03-13 Diego Biurrunrsodec: Use avpriv_report_missing_feature() where appro...
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-12 Luca Barbatomatroskadec: request a read buffer for the wav header
2013-03-12 Diego BiurrunAdd informative messages to av_log_ask_for_sample calls...
2013-03-12 Diego Biurrunanm: Get rid of some very silly goto statements
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_AV_GETTIME cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_READ_PACKET cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_APPLEHTTP_PROTO cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
2013-03-08 Martin Storsjöoutput-example: Update to use encode_video2 instead...
2013-03-08 Anton Khirnovtty: set avg_frame_rate.
2013-03-08 Anton KhirnovReplace remaining includes of audioconvert.h with chann...
2013-03-08 Anton KhirnovAdd the bumps and APIchanges entries for reference...
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-03-08 Alexander Kojevnikovmp3dec: Fix VBR bit rate parsing
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-03-02 Martin Storsjörtpdec: Initialize some variables to silence compiler...
2013-03-01 Martin Storsjöflvdec: Check the return value of a malloc
2013-03-01 Martin Storsjöflvdec: Don't read the VP6 header byte when setting...
2013-02-27 Martin Storsjölavf: Add a fate test for the noproxy pattern matching
2013-02-27 Martin Storsjölavf: Handle the environment variable no_proxy more...
2013-02-23 Anton Khirnovmov: use the format context for logging.
2013-02-09 Anton Khirnovasfdec: do not assume every AVStream has a correspondin...
2013-02-09 Vladimir Pantelicasfdec: support reading ID3v2 tags in ASF files
2013-02-09 Vladimir Pantelicasfdec: also read Metadata Library Object
2013-02-09 Vladimir Pantelicasfdec: read the full Metadata Object, not just aspect...
2013-02-09 Vladimir Pantelicasfdec: silence a warning
2013-02-06 Diego Biurrunasf: K&R formatting cosmetics
2013-02-01 Diego BiurrunUse proper "" quotes for local header #includes
2013-02-01 Anton Khirnovbink demuxer: set framerate.
2013-02-01 Anton Khirnovbink demuxer: check malloc return value
2013-01-31 Diego Biurrunavisynth: Change demuxer name to avoid conflicts with AVS
2013-01-30 Martin Storsjömovenc: Simplify code by using avio_wb24
2013-01-29 Anton Khirnovmvi: set framerate
2013-01-24 Martin Storsjörtpenc_chain: Use the original AVFormatContext for...
2013-01-24 Martin Storsjörtp: Make sure the output format pointer is set
2013-01-23 Martin Storsjörtp: Make sure priv_data is set before reading it
2013-01-23 Xi Wangrtpenc: fix overflow checking in avc_mp4_find_startcode()
2013-01-23 Xi Wangrtmp: fix buffer overflows in ff_amf_tag_contents()
2013-01-23 Xi Wangrtmp: fix multiple broken overflow checks
2013-01-21 Martin Storsjörtpenc: Start the sequence numbers from a random offset
2013-01-21 Jindrich Makovickaavidec: use sensible error codes instead of -1
2013-01-20 Martin Storsjösrtp: Move a variable to a local scope
2013-01-20 Martin Storsjösrtp: Add tests for the crypto suite with 32/80 bit...
2013-01-20 Martin Storsjösrtp: cosmetics: Use fewer lines for the test vectors
2013-01-20 Martin Storsjösrtp: Don't require more input data than what actually...
2013-01-20 Martin Storsjösrtp: Improve the minimum encryption buffer size check
2013-01-20 Martin Storsjösrtp: Add support for a few DTLS-SRTP related crypto...
2013-01-20 Martin Storsjörtpdec/srtp: Handle CSRC fields being present
2013-01-20 Martin Storsjörtpdec: Check the return value from av_new_packet
2013-01-20 Martin Storsjörtpdec: Move setting the parsing flags to the actual...
2013-01-20 Martin Storsjörtpdec: Split handling of mpeg12 audio/video to a separ...
2013-01-20 Martin Storsjörtpdec: Split mpegts parsing to a normal depacketizer
2013-01-20 Martin Storsjörtpdec: Reorder payload handler registration alphabetically
2013-01-20 Martin Storsjömpegts: Share the cleanup code between the demuxer...
2013-01-20 Martin Storsjörtpdec_mpeg4: Return one AAC AU per AVPacket
2013-01-17 Luca Barbatolavc: support ZenoXVID custom tag
2013-01-16 Justin Rugglesidcin: fix memleaks in idcin_read_packet()
2013-01-16 Martin Storsjörtpdec_mpeg4: Check the remaining amount of data before...
2013-01-15 Martin Storsjörtpdec_mpeg4: Check the return value from malloc
2013-01-15 Martin Storsjösrtp: Mark a few variables as uninitialized
2013-01-15 Martin Storsjölavf: Add a fate test for the SRTP functions
2013-01-15 Martin Storsjösdp: Include SRTP crypto params if using the srtp protocol
2013-01-15 Martin Storsjölavf: Add a protocol for SRTP encryption/decryption
2013-01-15 Martin Storsjörtsp: Support decryption of SRTP signalled via RFC...
2013-01-15 Martin Storsjölavf: Add functions for SRTP decryption/encryption
2013-01-15 Diego Biurrunnutdec: Always return a value from nut_read_timestamp()
2013-01-14 Giorgio Vazzanaoggparsetheora: fix comment header parsing
2013-01-14 Luca Barbatonut: support vp9 tag
2013-01-14 Tom Fineganmkv: support vp9 tag
2013-01-14 Martin Storsjörtpdec: Make variables that should wrap unsigned
2013-01-14 Martin Storsjörtpdec: Handle more received packets than expected...
2013-01-14 Martin Storsjörtpdec: Simplify insertion into the linked list queue
2013-01-14 Martin Storsjörtpdec: Remove a woefully misplaced comment
2013-01-14 Michael Niedermayerrtmpproto: Fix assignments in if()
2013-01-14 Michael Niedermayerlavf: Fix assignments in if()
2013-01-12 Martin Storsjörtpdec: Send a valid "delay since SR" value in the...
2013-01-12 Martin Storsjörtpdec: Calculate and report packet reception jitter
2013-01-12 Martin Storsjörtpdec: Fix the calculation of expected number of packets
2013-01-11 Martin Storsjörtpdec: Remove a useless todo comment
2013-01-11 Martin Storsjörtsp: Remove an outdated comment
2013-01-11 Martin Storsjörtsp: Remove references to weirdly named variables...
2013-01-11 Martin Storsjörtp: Rename a static variable to normal naming conventions
2013-01-11 Martin Storsjörtp: Cosmetic cleanup
2013-01-10 Dale Curtismatroska: Fix use after free
2013-01-10 Martin Storsjörtpdec_vp8: Don't trim too much data from broken frames
2013-01-10 Martin Storsjörtpdec_vp8: Simplify code by using an existing helper...
2013-01-10 Martin Storsjörtpdec: Add a terminating null byte at the end of the...
2013-01-09 Luca Barbatoyuv4mpeg: do not use deprecated functions
2013-01-09 Luca Barbatooggdec: fix faulty cleanup prototype
2013-01-09 Justin Rugglesidcin: return 0 from idcin_read_packet() on success.
2013-01-09 Justin Rugglesidcin: better error handling
next