source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @90347dab   13 years stefasab ffprobe: change order of operations in probe_file() This is required …
(edit) @c972f91d   13 years stefasab ffprobe: prefer av_log to fprintf(stderr)
(edit) @6429269   13 years michaelni wmall: remove ;; Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @dde545c6   13 years michaelni Merge remote-tracking branch 'shariman/wmall' * shariman/wmall: Fix …
(edit) @001567c   13 years Carl Eugen Hoyos Set bits_per_coded_sample when encoding Y41P. This allows mplayer -vc …
(edit) @efaf448   13 years Carl Eugen Hoyos rtsp: Fix compiler warning for uninitialized variable. Reviewed-by: …
(edit) @912e7516   13 years Carl Eugen Hoyos Support 8bpp grayscale Sun Rasterfile images. Fixes ticket #865.
(edit) @2ba34163   13 years michaelni Added yuva420p decoding support for libopenjpeg Signed-off-by: …
(edit) @3f07ef1d   13 years michaelni Added RGBA and YUV440 decoding support for libopenjpeg decoder …
(edit) @d1669e5f   13 years michaelni Fixed openjpeg decoding bug with width/linesize issue The original …
(edit) @69d766da   13 years michaelni lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_* …
(edit) @7099f365   13 years michaelni lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_* …
(edit) @12bdc7b1   13 years michaelni ffmpeg: fix compiler warning for uninitialized variables …
(edit) @f2eb2e5c   13 years michaelni wtvdec: use intfloat.h instead of intfloat_readwrite.h Signed-off-by: …
(edit) @535705a4   13 years michaelni ffmpeg: use avformat_close_input instead of av_close_input_file …
(edit) @f86c348d   13 years michaelni vp3: remove redeclaration of vp3_decode_flush Signed-off-by: Jean …
(edit) @7d8f1158   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2083a10a   13 years shahriman_ams Fix audio output Up until now, the decoder didn't output anything in …
(edit) @f7166f7d   13 years shahriman_ams Suppress dumping of residues buffer
(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) @45552371   13 years michaelni jpegdec: non interleaved rgb ljpeg support. Fixes Ticket856 …
(edit) @465eb0eb   13 years michaelni jpegdec: 9-16 bit yuv/gray ljpeg support. Signed-off-by: Michael …
(edit) @24964f21   13 years michaelni jpegdec: Only enable rgb mode when there are 3 components. …
(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) @0af34c4d   13 years michaelni MAINTAINERS: update release maintainers Signed-off-by: Michael …
(edit) @a2a12e33   13 years michaelni vp3: fix regression with mplayer-crash.ogv Signed-off-by: Michael …
(edit) @e1a8164d   13 years Clément Bœsch mp3enc: fix playback with mp3 encoded files on some devices. This …
(edit) @940d3cc0   13 years Clément Bœsch drawtext: fix hard dependency to lavc (timecode).
(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) @e2c1d3e   13 years michaelni flvdec: use av_uninit to silence compiler warnings Signed-off-by: …
(edit) @dfa77dea   13 years michaelni y41p encoder and decoder y41p is a packed 12-bit 4:1:1 YUV format …
(edit) @b1031562   13 years michaelni j2kdec: av_log formatting use %tx instead of %x Signed-off-by: Jean …
(edit) @157f29f9   13 years michaelni Revert "mpegvideo: Do not error out on default values of …
(edit) @41211483   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @af9240cd   13 years janne-libav mpegenc: simplify muxrate calculation The fate-h264-bsf-mp4toannexb …
(edit) @ef61109   13 years michaelni Add missing PIX_FMT_NONE to libopenjpegenc fixes ticket #813
(edit) @c0f7c574   13 years Carl Eugen Hoyos Cosmetics: Replace -1 with PIX_FMT_NONE.
(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) @9ba43e50   13 years michaelni h264: Fix frame sync / random access handling. It seems I have …
(edit) @fba6777   13 years michaelni h264: Fix recovery_frame initialization when recovery_frame is -1 …
(edit) @36fa781b   13 years michaelni h264: reset picture->sync on allocation. Signed-off-by: Michael …
(edit) @6bd8d613   13 years michaelni mov: av_dlog use PRId64 instead of %ld Signed-off-by: Jean First …
(edit) @d92d2af   13 years michaelni mxfdec: change av_log formatting %lx to PRIx64 and %li to PRIi64 …
(edit) @b12d2173   13 years janne-libav threads: limit the number of automatic threads to MAX_AUTO_THREADS …
(edit) @ecb14b8   13 years michaelni h264: add forgotten \n to "Invalid mix of idr and non-idr slices" …
(edit) @393253b4   13 years michaelni h264: Print pass in NAL debug output Signed-off-by: Michael …
(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) @2e0efa33   13 years nicolas.george af_astreamsync: remove unused variable Signed-off-by: Jean First …
(edit) @42a8ac94   13 years stefasab vf_tinterlace: implement interlace mode 5 Allow creating interlaced …
(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) @3d844951   13 years shahriman_ams Use quantizer value read from bitstream Currently the code …
(edit) @8dc973e6   13 years Carl Eugen Hoyos Update copyright year.
(edit) @03d7d8f   13 years Carl Eugen Hoyos Support gray8a pam encoding.
(edit) @490c97bd   13 years michaelni mpegpsenc: Fix integer overflow of the muxrate calculation. this …
(edit) @57581e41   13 years michaelni pthread: dont autoenable frame threads with visualization This …
(edit) @e404eee   13 years michaelni pthread: Limit automatic threads to mb_height. Signed-off-by: Michael …
(edit) @9c1f049   13 years michaelni Revert 464f26889c99f194d112fcf1197795d341fad38b The code is not …
(edit) @099d6813   13 years michaelni svq3: Fix memory corruption introduced by automatic thread_count. …
(edit) @ca0350f   13 years michaelni mpegvideo: Do not error out on default values of thread_count. …
(edit) @4478e9d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @2cba62bd   13 years Carl Eugen Hoyos Do not map asf metadata key WM/Track to track. WM/Track is 0-based …
(edit) @febd0222   13 years justin.ruggles FATE: add tests for dfa Signed-off-by: Justin Ruggles …
(edit) @714d2f97   13 years Carl Eugen Hoyos Only expand raw and packed 1bpp tiff horizontally if it is palettised.
(edit) @9d9316a   13 years michaelni h264: Fix seeking in 00017.MTS Fixes Ticket852 Signed-off-by: Michael …
(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
(edit) @a6da23f1   13 years shahriman_ams Cosmetics: Remove two empty lines and realign some code
(edit) @8dc8dd9f   13 years shahriman_ams Reset acfilter_prevvalues buffer in clear_codec_buffers()
(edit) @001a74ff   13 years shahriman_ams Fix AC filter buffers and AC filter reversion
(edit) @bcc73960   13 years janne-libav threads: add sysconf based number of CPUs detection Can act as …
(edit) @937ff3a1   13 years janne-libav threads: always include necessary headers for number of CPUs detection …
(edit) @e4e30256   13 years janne-libav threads: default to automatic thread count detection
(edit) @c11b92b3   13 years janne-libav Changelog: restore version <next> header Indeo 4 decoder and SMJPEG …
(edit) @bd553d5e   13 years michaelni mxg: fix compiler warning for uninitialized variables Based on work …
(edit) @acc88f07   13 years michaelni id3v2: fix compiler warning for uninitialized variables …
(edit) @810a14db   13 years michaelni aacdec: Evaluate further PCE elements. Fixes Music\ Station\ Super\ …
(edit) @f69a766   13 years Carl Eugen Hoyos Fix mono* pam encoding.
(edit) @0098e79f   13 years nicolas.george libvorbis: proper error logging and return.
(edit) @42a1f1d7   13 years Reimar.Doeffinger Avoid uninitialized data in lcldec when ofs is 0 in MSZH. …
(edit) @4962edf8   13 years nicolas.george lavfi: add amerge audio filter.
(edit) @e90a69e9   13 years nicolas.george lavfi: add astreamsync audio filter.
(edit) @e6362f3a   13 years michaelni lavf: ffio_limit(), treat avio_size()==0 as error. This works around …
Note: See TracRevisionLog for help on using the revision log.