source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c53b5dda   11 years anton asfdec: replace magic constant with DATA_HEADER_SIZE Signed-off-by: …
(edit) @5f408333   11 years anton asfdec: substract preroll time from marker presentation time this was …
(edit) @fdbd924b   11 years martin rv34: Fix a memory leak on errors Signed-off-by: Martin Storsjö …
(edit) @bcbe4f3c   11 years martin idroqdec: Make sure a video stream has been allocated before returning …
(edit) @5372cda6   11 years martin rv10: Validate the dimensions set from the container Reported-by: …
(edit) @ae0f316a   11 years lu_zero rtmp: Unbreak handle_notify Commit …
(edit) @1914e6f0   11 years alex.converse aacdec: Add support for LD (Low Delay) AAC
(edit) @5cdefc02   11 years alex.converse aacdec: Add support for Error Resilience syntax. This does not add …
(edit) @c4bfa098   11 years justin.ruggles Add a WebP decoder Container and lossy decoding by Aneesh Dogra …
(edit) @9ae53c58   11 years justin.ruggles lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t
(edit) @5626f994   11 years diego avformat: Use av_reallocp() where suitable Signed-off-by: Diego …
(edit) @0f310a6f   11 years martin rmdec: Validate the fps value Abort if it is invalid if strict error …
(edit) @e7bf085   11 years martin movenc: Add an option for omitting the tfhd base offset This makes …
(edit) @a4adabb4   11 years martin movenc: Write the moof atom in two passes This is a bit more work, …
(edit) @c77d409b   11 years martin twinvqdec: Check the ibps parameter separately This is required, …
(edit) @8583b142   11 years martin rtmp: Support reading interleaved chunks. A given packet won't always …
(edit) @d4c2a374   11 years martin xmv: Add more sanity checks for parameters read from the bitstream …
(edit) @dc4acc82   11 years martin rtmpproto: Extend a comment to explain the prev_pkt arrays roles …
(edit) @647d655   11 years martin rtmpproto: Consistently use the right prev_pkt array prev_pkt[0] is …
(edit) @0d378439   11 years martin rtmpproto: Check for the right return code Signed-off-by: Martin …
(edit) @8411baf6   11 years diego dca_parser: Handle changes in DCA frame size A change in framesize …
(edit) @18a245a2   11 years martin jpeg2000dec: Add more checks when parsing headers Reported-by: …
(edit) @c38854c3   11 years lu_zero doc: Add missing hashes and dates to APIChanges Also fix the typo in …
(edit) @b1db331   11 years martin ffv1: Make sure at least one slice context is initialized This avoids …
(edit) @ea78a34   11 years martin eacmv: Make sure a reference frame exists before referencing it This …
(edit) @c39f7eba   11 years martin truemotion2: Use av_freep properly in an error path Reported-by: …
(edit) @f875a732   11 years martin mpeg4videodec: Check the width/height in …
(edit) @a92538b7   11 years martin ivi_common: Make sure color planes have been initialized Reported-by: …
(edit) @7f8d41eb   11 years martin mov: Don't use a negative duration for setting other fields Some …
(edit) @19b9659f   11 years martin oggparseogm: Convert to use bytestream2 Reported-by: Mateusz "j00ru" …
(edit) @711c9701   11 years martin rv34: Check the return value from ff_rv34_decode_init Reported-by: …
(edit) @569d18a   11 years martin matroskadec: Verify realaudio codec parameters Reported-by: Mateusz …
(edit) @e1f3847f   11 years martin mace: Make sure that the channel count is set to a valid value Also …
(edit) @1115689d   11 years martin svq3: Check for any negative return value from …
(edit) @f8d1bb67   11 years martin rtmp: rename main_channel_id to stream_id. This more closely …
(edit) @d4aef997   11 years martin rtmp: Follow Flash player numbering for channels. Channel 4 is …
(edit) @120af23c   11 years martin rtmp: Send video on a separate channel. Sending non-monotonic packets …
(edit) @68b4677   11 years martin lavf: Make probe_codec return an error code This allows handling …
(edit) @1daea523   11 years martin x86: Add an xmm clobbering wrapper for avcodec_encode_video2 This is …
(edit) @73084391   11 years martin lavf: Don't explicitly flush after each written packet in muxers …
(edit) @596e5d47   11 years martin lavf: Add a flag to enable/disable per-packet flushing This is …
(edit) @0a9425d7   11 years lu_zero flv: Do not export datastream as metadata It is used internally.
(edit) @92ed83e3   11 years lu_zero rtmp: Store all the notify messages The onTextData is used to …
(edit) @fe0337e8   11 years lu_zero rtmp: Do not send the first field twice within the handshake
(edit) @666ed7ed   11 years lu_zero rtmp: Drop an unneeded warning Apparently a widely used streaming …
(edit) @ffb7669e   11 years lu_zero rtmp: Support play method in listen mode
(edit) @97d35fa8   11 years lu_zero rtmp: Factor out publish specific code Will be reused for supporting play.
(edit) @3feb3d6c   11 years lu_zero mem: Introduce av_reallocp
(edit) @187105ff   11 years diego Fix references to deleted avcodec_encode_video() function
(edit) @85e8192b   11 years martin avpacket: Fix error checking in packet_alloc Previously the wrong …
(edit) @6fc8226e   11 years martin vp3: Check the framerate for validity Reported-by: Mateusz "j00ru" …
(edit) @ac9d1590   11 years martin proresdec: Properly make sure an index doesn't run past the limit If …
(edit) @e90a6846   11 years martin cavsdec: Make sure a sequence header has been decoded before decoding …
(edit) @5bbfe193   11 years martin vocdec: Don't update codec parameters mid-stream If we really want to …
(edit) @0ef1660a   11 years martin sierravmd: Do sanity checking of frame sizes Limit the size to …
(edit) @342c43d1   11 years martin omadec: Properly check lengths before incrementing the position …
(edit) @a06a5b78   11 years derek.buitenhuis mathops/x86: work around inline asm miscompilation with GCC 4.8.1 The …
(edit) @9997a812   11 years diego mem: Document the non-compatibility of av_realloc() and av_malloc()
(edit) @aca25104   11 years lu_zero pcm-dvd: Minor leftovers Drop a pointless branch in uninit and use …
(edit) @d9cdb7d8   11 years lu_zero pcm-dvd: Support channel configuration changes The sample buffering …
(edit) @00a63bfb   11 years diego matroskaenc: Fix stray pointers left over from av_reallocp_array …
(edit) @c0779a67   11 years diego mp3: add .mpa extension Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @e2cd766c   11 years diego configure: Mention that icl does not build both static and shared libs
(edit) @b1e46988   11 years martin g2meet: Allocate cursor buffers large enough to fit the aligned width …
(edit) @0f678c02   11 years martin aic: Validate values read from the bitstream Reported-by: Mateusz …
(edit) @17d57848   11 years martin mpc8: Make sure the first stream exists before parsing the seek table …
(edit) @459f2b39   11 years martin mpc8: Check the seek table size parsed from the bitstream Limit the …
(edit) @0d61f260   11 years martin zmbvdec: Check the buffer size for uncompressed data Also don't …
(edit) @183b9d84   11 years martin ape: Don't allow the seektable to be omitted The seektable is …
(edit) @b26742cc   11 years martin shorten: Break out of loop looking for fmt chunk if none is found …
(edit) @49568851   11 years martin shorten: Use a checked bytestream reader for the wave header …
(edit) @f3d57dc6   11 years martin smacker: Free memory properly if the init function fails …
(edit) @0679cec6   11 years martin smacker: Make sure we don't fill in huffman codes out of range …
(edit) @d002fce2   11 years martin smacker: Check malloc return values Also try to free local …
(edit) @710b0e27   11 years martin smacker: Avoid integer overflow when allocating packets Reported-by: …
(edit) @8d928023   11 years martin smacker: Don't return packets in unallocated streams Reported-by: …
(edit) @48d6556d   11 years martin dsicin: Add some basic sanity checks for fields read from the file …
(edit) @5045f6bd   11 years diego configure: Fix wrong reference to user support mailing list
(edit) @a0b901a3   11 years diego Drop pointless directory name prefixes from #includes in the current dir
(edit) @ec17d1aa   11 years diego doc: Drop VDPAU from list of supported codecs
(edit) @c58f4069   11 years diego fate.sh: Run git-clone quietly
(edit) @f369b935   11 years diego avformat: Use av_reallocp_array() where suitable Signed-off-by: Diego …
(edit) @bdf99042   11 years martin movenc: Simplify setting the fragmentation flag This makes sure the …
(edit) @8b524ab0   11 years martin movenc: Add a warning message if conflicting options have been …
(edit) @a6a4596e   11 years martin tcp: Explicitly convert a pointer to a boolean integer This fixes …
(edit) @26f027fb   11 years lu_zero lavf: fix the comparison in an overflow check CC: …
(edit) @7ee191ca   11 years lu_zero dv: Add a guard to not overread the ppcm array Reported-by: Mateusz …
(edit) @85ac1258   11 years lu_zero nuv: check ff_rtjpeg_decode_frame_yuv420 return value CC: …
(edit) @c16ddcc9   11 years diego avisynth: K&R formatting cosmetics
(edit) @97b052e5   11 years diego avisynth: Add missing #include for NULL_IF_CONFIG_SMALL
(edit) @befe044b   11 years diego avcodec: Stop exporting the removed audio_resample* symbols
(edit) @7f93a861   11 years diego mpeg12enc: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @66f09105   11 years diego mpeg12enc: drop forward declarations Signed-off-by: Diego Biurrun …
(edit) @c3e6e8f0   11 years diego mem: Do not check unsigned values for negative size
(edit) @b634b36f   11 years diego mem: Improve documentation wording and spelling
(edit) @26b241c0   11 years anton matroskaenc: Allow chapters to be written in trailer This allows …
(edit) @a711a2cb   11 years martin mpegvideo: Avoid 32-bit wrapping of linesize multiplications This …
(edit) @0ebfdae0   11 years diego doc: Describe TB option of setpts filter Signed-off-by: Diego Biurrun …
(edit) @b4ec7a5f   11 years lu_zero mem: Document the av_realloc family of functions properly realloc() …
(edit) @7f9e893f   11 years lu_zero build: Report an error message when a pc file is not found Ease …
Note: See TracRevisionLog for help on using the revision log.