]> git.sesse.net Git - ffmpeg/history - libavformat
img2enc: add an option for overwriting one file with subsequent images
[ffmpeg] / libavformat /
2013-04-11 Anton Khirnovimg2enc: add an option for overwriting one file with...
2013-04-11 Diego BiurrunMove misplaced file author information where it belongs
2013-04-09 Martin Storsjösrtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH
2013-04-09 Andrew Van Tilrtpdec: Increase max rtp packet size to 8192
2013-04-09 Andrew Van Tillavf: Use RTP_MAX_PACKET_LENGTH instead of 1500
2013-04-04 Nicolas Bertrandimg2: Add j2k file extension for JPEG 2000
2013-04-04 Anton Khirnovxmv: do not leak memory in the error paths in xmv_read_...
2013-04-04 Anton Khirnovxmv: check audio track parameters validity.
2013-04-04 Anton Khirnovid3v2: pad the APIC packets as required by lavc.
2013-04-04 Anton Khirnovlavf: make sure stream probe data gets freed.
2013-04-03 Luca Barbatomatroska: pass the lace size to the matroska_parse_rm_audio
2013-04-03 Luca Barbatomatroska: fix a corner case in ebml-lace parsing
2013-04-03 Dale Curtismatroska: Update the available size after lace parsing
2013-03-31 Luca Barbatooma: Validate sample rates
2013-03-28 Justin Rugglesflvdec: read audio sample size and channels metadata
2013-03-28 Justin Rugglesflvdec: use the correct audio codec id when parsing...
2013-03-27 Hendrik Leppkeswin32: Use 64-bit fstat/lseek variants for MSVC as...
2013-03-27 Reimar Döffingerwin32: Make ff_win32_open more robust
2013-03-27 Reimar Döffingerwin32: Allow other programs to open the same files
2013-03-27 Kostya Shishkovape: use correct context for the bit table printed...
2013-03-26 Martin Storsjölavc: Rename avpriv_mpv_find_start_code after moving...
2013-03-25 Kostya Shishkovape: 3.80-3.92 decoding support
2013-03-20 Martin Storsjörtmp: Pass the parameters to do_adobe_auth in the right...
2013-03-19 Anton KhirnovRevert "asfenc: return error on negative timestamp"
2013-03-18 Kostya Shishkoviff: validate CMAP palette size
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()
next