source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @32a414f3   11 years lu_zero rtmp: Support AMF_DATA_TYPE_MIXEDARRAY And fix the …
(edit) @08fa828b   11 years martin avutil: Fix compilation with inline asm disabled on mingw Because of …
(edit) @e208e6d2   11 years lu_zero lavu: Add interleaved 4:2:2 8/10-bit formats Signed-off-by: Luca …
(edit) @944c3384   11 years diego h264dec: Add .avc file name extension Signed-off-by: Diego Biurrun …
(edit) @01f111bd   11 years diego h264dec: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @67e285ce   11 years martin mem: Handle av_reallocp(..., 0) properly Previously this did a double …
(edit) @1cad7171   11 years martin h264: remove an unused static constant Signed-off-by: Martin Storsjö …
(edit) @33b88f2a   11 years martin msvc/icl: Use declspec(noinline) Signed-off-by: Martin Storsjö …
(edit) @09f2581d   11 years martin msvc/icl: Use declspec(deprecated) Prior to this on msvc/icl there …
(edit) @5532ee6d   11 years lu_zero rtmp: Unbreak get_packet Commit …
(edit) @a9d50bb5   11 years martin dcadec: Validate the lfe parameter Reported-by: Mateusz "j00ru" …
(edit) @b97b1adb   11 years martin rtmpproto: Add a comment explaining the logic in handle_notify This …
(edit) @e5d45e02   11 years lu_zero build: Support cparser
(edit) @d8798276   11 years martin r3d: Add more input value validation Reported-by: Mateusz "j00ru" …
(edit) @3ca14aa5   11 years martin rl2: Avoid a division by zero Reported-by: Mateusz "j00ru" Jurczyk …
(edit) @83c285f8   11 years martin wtv: Add more sanity checks for a length read from the file Also make …
(edit) @d8b68660   11 years martin yop: Clear all references to the AVBuffer in the local AVPacket This …
(edit) @3185a802   11 years martin fraps: Make the input buffer size checks more strict Reported-by: …
(edit) @82e266c6   11 years martin segafilm: Validate the number of audio channels This avoids divisions …
(edit) @601c2015   11 years martin svq3: Avoid a division by zero If the height is zero, the …
(edit) @7a5a5572   11 years martin qpeg: Add checks for running out of rows in qpeg_decode_inter …
(edit) @e9d61de9   11 years martin mpegaudiodec: Validate that the number of channels fits at the given …
(edit) @f5080335   11 years martin asvdec: Verify the amount of extradata The init function reads one …
(edit) @72fe16a1   11 years martin movenc: Use null buffers for measuring the amount of data to be …
(edit) @3627ce2   11 years martin aviobuf: Add functions for null buffers Null buffers are useful for …
(edit) @bb461370   11 years anton asfenc: mux chapters in ASF files using an ASF "marker" section ASF …
(edit) @09f3c93   11 years anton asfenc: remember send time and offset of the index entries …
(edit) @1eb93280   11 years anton asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF spec …
(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 …
Note: See TracRevisionLog for help on using the revision log.