source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dff4af44   13 years diego timer: K&R formatting cosmetics
(edit) @f9b9dd87   13 years anton lavf: cosmetics, reformat av_read_frame().
(edit) @6450599e   13 years anton lavf: refactor av_read_frame() to make it easier to understand.
(edit) @7f09791d   13 years rsbultje Report an error if pitch_lag is zero in AMR-NB decoder. This fixes an …
(edit) @3fa646e8   13 years rsbultje Revert "4xm: Prevent buffer overreads." This reverts commit …
(edit) @295a7c02   13 years rsbultje 4xm: Prevent buffer overreads. 4xm decoder while decoding i2 frames …
(edit) @4b84f682   13 years rsbultje 4xm: pass the correct remaining buffer size to decode_i2_frame(). …
(edit) @893f1376   13 years rsbultje 4xm: fix calculation of the next output line position in …
(edit) @feb15cee   13 years justin.ruggles mtv: Make sure audio_subsegments is not 0 audio_subsegments would be …
(edit) @f13a9ca9   13 years janne-libav v4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined …
(edit) @e8c04f62   13 years anton avconv: add symbolic names for -vsync parameters
(edit) @2df73eef   13 years martin flvdec: Fix compiler warning for uninitialized variables These can't …
(edit) @4be386b3   13 years martin rtsp: Fix compiler warning for uninitialized variable This one won't …
(edit) @89d26797   13 years rsbultje ulti: convert to new bytestream API.
(edit) @3d72a6f1   13 years diego swscale: Use standard multiple inclusion guards in ppc/ header files.
(edit) @00a1cdd2   13 years diego Place some START_TIMER invocations in separate blocks. This fixes …
(edit) @a6a4793d   13 years lu_zero v4l2: list available formats Make use of the experimental framesize …
(edit) @cd2bbad   13 years lu_zero v4l2: set the proper codec_tag Unbreak direct streamcopy.
(edit) @eb89b4fc   13 years lu_zero v4l2: refactor device_open Check capabilities directly in the …
(edit) @246007d3   13 years lu_zero v4l2: simplify away io_method Only mmap is supported.
(edit) @a896d7f   13 years lu_zero v4l2: cosmetics
(edit) @21aa6ae4   13 years lu_zero v4l2: uniform and format options
(edit) @af7123b2   13 years lu_zero v4l2: do not force interlaced mode Video4linux2 supports both …
(edit) @a2d1d216   13 years janne-libav avio: exit early in fill_buffer without read_packet Fixes an invalid …
(edit) @d209c27b   13 years kostya.shishkov vc1dec: fix invalid memory access for small video dimensions For …
(edit) @aacf6b3   13 years kostya.shishkov rv34: fix invalid memory access for small video dimensions For small …
(edit) @98f24ec   13 years kostya.shishkov rv34: joint coefficient decoding and dequantization Perform …
(edit) @0749720b   13 years martin avplay: Don't call avio_set_interrupt_cb(NULL) Since we don't use …
(edit) @6b3995cc   13 years rsbultje swscale: remove obsolete comment.
(edit) @6ea64339   13 years rsbultje swscale: split scale.asm. scale.asm keeps horizontal scaling …
(edit) @9ea3501d   13 years rsbultje swscale: don't show full-chroma-int warning for non-RGB output. …
(edit) @f910dbcd   13 years rsbultje swscale: add MMX files to MMX-OBJS instead of OBJS.
(edit) @400ba1d7   13 years rsbultje h264: return index in buffer on end-of-sequence. Fixes hangs if the …
(edit) @54e68fb3   13 years diego Merge some declarations and initializations. This fixes compilation …
(edit) @9dec5574   13 years diego cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions
(edit) @e451c26   13 years diego cabac: drop unused STRICT_LIMITS code branch
(edit) @9785082c   13 years justin.ruggles libspeexenc: fix pts calculations for more than 1 frame per packet
(edit) @730280f9   13 years justin.ruggles adxdec: clear eof flag and channel states when seeking
(edit) @3e57573f   13 years justin.ruggles fate: add ADX encoding/decoding test
(edit) @779ef255   13 years justin.ruggles adx: add an adx muxer
(edit) @754ebd1a   13 years justin.ruggles adxenc: check output buffer size before writing
(edit) @1fb47728   13 years justin.ruggles adxenc: use bytestream functions for header writing. also add more …
(edit) @656e606c   13 years justin.ruggles adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macros
(edit) @f1be41c6   13 years justin.ruggles adxenc: use a loop to encode each channel
(edit) @6c117bd8   13 years justin.ruggles adxenc: remove unneeded loops avctx->frame_size is 32, so that is how …
(edit) @99baf2c7   13 years justin.ruggles adx: add AVFMT_GENERIC_INDEX to demuxer flags. fixes seeking
(edit) @61366821   13 years justin.ruggles adxenc: avoid stereo deinterleaving
(edit) @6b77f070   13 years justin.ruggles adxenc: remove unnecessary setting of coded_frame->key_frame. It is …
(edit) @cc40c056   13 years justin.ruggles adxenc: log an error message and return AVERROR(EINVAL) for invalid …
(edit) @a85ab8ad   13 years justin.ruggles adxenc: cosmetics: pretty-printing
(edit) @25edfc88   13 years justin.ruggles adxenc: change some data types
(edit) @c98c6e18   13 years justin.ruggles adxenc: remove unneeded log message
(edit) @e3d4f59f   13 years justin.ruggles adxenc: remove unneeded comments
(edit) @96d8e18a   13 years janne-libav APIchanges: mention cleaned up header includes Fixes bug 188. …
(edit) @fd16f567   13 years janne-libav fate: add dxtory test Signed-off-by: Janne Grunau <janne-libav@jannau.net>
(edit) @b024209b   13 years justin.ruggles adx_parser: rewrite. The previous code ended in multiple different …
(edit) @6fd075f1   13 years justin.ruggles adxdec: Validate channel count to fix a division by zero.
(edit) @4f1a7877   13 years justin.ruggles adxdec: Do not require extradata. Signed-off-by: Michael Niedermayer …
(edit) @cbaef7d1   13 years diego cmdutils: K&R reformatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @e49d2130   13 years justin.ruggles alacdec: implement the 2-pass prediction type. The reference encoder …
(edit) @bb63475a   13 years justin.ruggles alacenc: implement the 2-pass prediction type. This isn't used by the …
(edit) @149e1b04   13 years justin.ruggles alacenc: do not generate invalid multi-channel ALAC files
(edit) @e76c7b85   13 years justin.ruggles alacdec: fill in missing or guessed info about the extradata format. …
(edit) @490dcda6   13 years kostya.shishkov utvideo: proper median prediction for interlaced videos
(edit) @c04a954d   13 years janne-libav lavu: bump lavu minor for av_popcount64 Add it to doc/APIchanges and …
(edit) @f37b4efe   13 years diego dca: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @2e70b2de   13 years diego dct: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @212fd3a1   13 years anton lavf: flush decoders in avformat_find_stream_info(). This means that …
(edit) @02e8f427   13 years janne-libav win32: detect number of CPUs using affinity Signed-off-by: Janne …
(edit) @b73ec054   13 years janne-libav Add av_popcount64 Signed-off-by: Janne Grunau <janne-libav@jannau.net>
(edit) @418f066f   13 years diego snow: Restore three mistakenly removed casts.
(edit) @881a5e0   13 years janne-libav mpegenc: use avctx->slices as number of slices Adds a new member to …
(edit) @26480821   13 years janne-libav v410enc: fix undefined signed left shift caused by integer promotion
(edit) @302371c0   13 years siretart Release notes: mention cleaned up header includes A rebuild in debian …
(edit) @4fb930a8   13 years siretart fix Changelog file Both the Indeo 4 decoder and the SMJPEG demuxer …
(edit) @8fd35b1a   13 years diego Fix a bunch of typos.
(edit) @44b0edda   13 years diego Drop some pointless void* return value casts from av_malloc() invocations.
(edit) @3a1867de   13 years justin.ruggles wavpack: fix typos in previous cosmetic clean-up commit
(edit) @513c238f   13 years justin.ruggles wavpack: cosmetics: K&R pretty-printing
(edit) @c88d5319   13 years anton avconv: remove the 'codec framerate is different from stream' warning …
(edit) @14165fe1   13 years justin.ruggles wavpack: determine sample_fmt before requesting a buffer …
(edit) @8893fbdf   13 years justin.ruggles bmv audio: implement new audio decoding API
(edit) @03fafdec   13 years justin.ruggles mpegaudiodec: skip all channels when skipping granules Also fix …
(edit) @af9240cd   13 years janne-libav mpegenc: simplify muxrate calculation The fate-h264-bsf-mp4toannexb …
(edit) @f15f02c2   13 years anton avconv: make -frames work for all types of streams, not just video.
(edit) @f7e30cc1   13 years anton bfi: K&R cosmetics Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @87d9874   13 years anton bgmc: K&R cleanup Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @c914038d   13 years anton rawdec: Set start_time to 0 for raw audio files. None of the raw …
(edit) @835af79b   13 years anton Detect 'yuv2' as rawvideo also in avi. Signed-off-by: Anton Khirnov …
(edit) @28b4af8e   13 years anton rawdec: propagate pict_type information to the output frame …
(edit) @d3a5c269   13 years anton rawdec: Support more QT 1bpp rawvideo files. Signed-off-by: Anton …
(edit) @1135a071   13 years janne-libav avconv: free bitstream filters
(edit) @b12d2173   13 years janne-libav threads: limit the number of automatic threads to MAX_AUTO_THREADS …
(edit) @da7c65f0   13 years anton avplay: K&R cleanup Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @60d62665   13 years janne-libav fate: use rgb24 as output format for dfa tests Palette is as supposed …
(edit) @b6064d9a   13 years janne-libav threads: set thread_count to 1 when thread support is disabled
(edit) @b4d44a45   13 years janne-libav threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264 Some …
(edit) @febd0222   13 years justin.ruggles FATE: add tests for dfa Signed-off-by: Justin Ruggles …
(edit) @464f2688   13 years justin.ruggles mpegaudiodec: fix seeking. The safe bitstream reader does not allow …
(edit) @481a7ff5   13 years justin.ruggles mpegaudiodec: fix compilation when testing the unchecked bitstream reader
Note: See TracRevisionLog for help on using the revision log.