source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @59d3656f   13 years michaelni escape130: Check dimensions to be a multiple of the block size. …
(edit) @8ac6469   13 years Carl Eugen Hoyos Silence a warning when compiling Escape 130 decoder. Fixes: …
(edit) @31c55c57   13 years michaelni escape130: 10l for myself for not initializing y_base. Signed-off-by: …
(edit) @e91c0880   13 years michaelni lavf: lower the log level of "parser not found". The information is …
(edit) @06798c6e   13 years michaelni escape130: Fix y_base handling, this fixes some artifacts, vissible in …
(edit) @8ff3d1cc   13 years michaelni escape130: make sure cliping is done on signed values. Signed-off-by: …
(edit) @4f79c7dd   13 years michaelni Merge remote-tracking branch 'richardpl/escape130' * …
(edit) @0cc9949e   13 years Carl Eugen Hoyos Mark one colour as transparent in the gif image encoder if the input …
(edit) @51d7cd3   13 years Carl Eugen Hoyos Decode RGB ljpeg to RGB24. No alpha channel is decoded, the output …
(edit) @9608e3a1   13 years Carl Eugen Hoyos Support decoding 56 byte BMP Bitmap Information Header. Fixes ticket #719.
(edit) @6778f9d9   13 years michaelni pthread: fixed thread initialization issues related to thread-safe …
(edit) @ec8a3e25   13 years michaelni Merge remote-tracking branch 'shariman/wmall' * shariman/wmall: …
(edit) @8e2bab5   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @c5cd2311   13 years shahriman_ams Partially fix CDLMS prediction
(edit) @7023fb81   13 years Reimar.Doeffinger One last try to get zmbv test to work across all fate machines. …
(edit) @8b85c294   13 years michaelni qtrledec: Fix artifacts in tickets/226/qt_rle_bw.mov Signed-off-by: …
(edit) @1af91978   13 years michaelni qtrle.c: Fix for ticket #226. In 1bpp mode, interpret skip&0x80 as …
(edit) @78212cef   13 years lu_zero drawtext: remove typo It slipped through the last two iterations.
(edit) @bc057f75   13 years justin.ruggles pcm-mpeg: implement new audio decoding api Signed-off-by: Justin …
(edit) @8b03d7fe   13 years rsbultje w32thread: port fixes to pthread_cond_broadcast() from x264.
(edit) @d8538f06   13 years diego doc: add editor configuration section with Vim and Emacs settings …
(edit) @7efea2a0   13 years lu_zero dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9 Signed-off-by: …
(edit) @0be95fe1   13 years michaelni MAINTAINERS: ask maintainers to help keep their entries in this file …
(edit) @070a40f1   13 years michaelni gxfenc: support timecode option Reviewed-by: Baptiste Coudurier
(edit) @c7e8187d   13 years diego avformat/utils: Drop unused goto label. libavformat/utils.c:2165:2: …
(edit) @ff159e78   13 years diego doxygen: Replace '\' by '@' in Doxygen markup tags.
(edit) @ee41963f   13 years diego cosmetics: drop some completely pointless parentheses
(edit) @fc9489f6   13 years janne-libav cljr: simplify CLJRContext There is no need to have delta, offset and …
(edit) @f5edfc9e   13 years lu_zero drawtext: introduce rand(min, max) Signed-off-by: Luca Barbato …
(edit) @73585620   13 years lu_zero drawtext: introduce explicit draw/hide variable Signed-off-by: Luca …
(edit) @a99dbe01   13 years Carl Eugen Hoyos Do not ignore full transparency when writing png palette. This …
(edit) @1eef08f   13 years martin rtmp: Use nb_invokes for all invoke commands …
(edit) @901af94   13 years michaelni movenc: Always write EDTS when we are able to. Inspired by a patch …
(edit) @1fa8ff38   13 years michaelni Merge remote-tracking branch 'shariman/wmall' * shariman/wmall: Fix …
(edit) @76d7d1b0   13 years michaelni img2: 10l typo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @c1e2ca1e   13 years Carl Eugen Hoyos Allow auto-detection of ljpg images.
(edit) @ff4800c1   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Code …
(edit) @d9ced9fe   13 years michaelni h264: init prev_frame_num to -1 on init Fixes Ticket711 …
(edit) @6287a356   13 years michaelni h264: Fix memleaks on close, reset more fields Signed-off-by: Michael …
(edit) @ba3bb53b   13 years Carl Eugen Hoyos Fix 8BPS RGB32 output, the alpha channel was ignored. Reviewed-by: …
(edit) @4d9ec05   13 years rsbultje Code cleanup - mpegvideo.c - 500-1000line Signed-off-by: Ronald S. …
(edit) @6ecc78b7   13 years Reimar.Doeffinger Choose compression level 6 for zmbv test. The default of 9 gives …
(edit) @e1ccc921   13 years michaelni movdec: remove redundant size<=8 check. Its checked a few lines below …
(edit) @7d90bc9f   13 years michaelni movdec: Read extended 64bit size before the debug av_log() and only …
(edit) @fef2da6a   13 years michaelni movdec: Fix bad computed size for atoms with size 0 in MOV files The …
(edit) @f0d0ae3   13 years michaelni mov: increase total_size only when it actually increases. This is just …
(edit) @15130b94   13 years michaelni movenc: support spliting fragments based on bytesize instead of …
(edit) @cf8ec019   13 years michaelni movenc: fragment support Reviewed-by: Baptiste Coudurier …
(edit) @c8948858   13 years michaelni ffmpeg: Warn if filters poll & request frame behave wrongly. …
(edit) @7ecabc85   13 years stefasab vsrc_life: fix comment in parse_rule()
(edit) @3af5ddb2   13 years stefasab vf_scale: give a clue in case of invalid expression self-reference …
(edit) @6c889888   13 years mans rv40: NEON optimised weighted prediction Signed-off-by: Mans Rullgard …
(edit) @f5c05b9a   13 years mans rv40: NEON optimised chroma MC Signed-off-by: Mans Rullgard …
(edit) @f054a827   13 years mans ARM: move NEON H264 chroma mc to a separate file This allows sharing …
(edit) @42d32cf5   13 years mans rv34: NEON optimised inverse transform functions Signed-off-by: Mans …
(edit) @b404ab9e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mov: …
(edit) @a448a5d1   13 years Carl Eugen Hoyos Do not fail fatally if chan atom is too short.
(edit) @4547d883   13 years michaelni Fix compilation for C++ applications Signed-off-by: Michael …
(edit) @b27ac355   13 years michaelni movdec: Fix parsing of a very last empty atom of size 8. …
(edit) @61b1d85c   13 years Reimar.Doeffinger Add tests for several encoders. More specifically, PNG, v210, zlib …
(edit) @c66bd78e   13 years Reimar.Doeffinger vf_scale: support PAL8 output by producing BGR8. While quality is …
(edit) @d086c120   13 years Reimar.Doeffinger Add coverage exclusions for test code. For some of the code e.g. …
(edit) @840ecc9e   13 years Reimar.Doeffinger Add coverage support. Adds --enable-coverage to configure and a …
(edit) @52401b82   13 years alex.converse mov: Don't av_malloc(0). malloc() is allowed to return NULL when zero …
(edit) @9179f27c   13 years justin.ruggles avconv: only allocate 1 AVFrame per input stream This avoids …
(edit) @110d2af2   13 years justin.ruggles avconv: fix memleaks due to not freeing the AVFrame for audio
(edit) @b41995d2   13 years rsbultje h264-fate: remove -strict 1 except where necessary (mr4/5-tandberg).
(edit) @51177b1f   13 years michaelni lavc: Mark fields that require av_opt_ptr() Signed-off-by: Michael …
(edit) @31f93fc5   13 years michaelni lavc: Fix sizeof(AVFrame) useability docs Signed-off-by: Michael …
(edit) @b9d2b451   13 years michaelni lavc: Document AVFrame av_opt_ptr() relation. Signed-off-by: Michael …
(edit) @e873c03a   13 years diego misc Doxygen markup improvements
(edit) @c68fafe0   13 years diego doxygen: eliminate Qt-style doxygen syntax
(edit) @714cd7e7   13 years martin g722: Add a regression test for muxing/demuxing in wav Signed-off-by: …
(edit) @f32fd318   13 years martin g722: Change bits per sample to 4 Earlier, bits per sample was …
(edit) @6fcbb0f5   13 years martin g722dec: Signal skipping the lower bits via AVOptions instead of …
(edit) @406e9647   13 years michaelni ffplay: Avoid directly accessing AVFrame fields that differ between …
(edit) @738c603a   13 years michaelni ffmpeg: Avoid directly accessing AVFrame fields that differ between …
(edit) @fef411ef   13 years michaelni lavc: Add a AVClass for AVFrames. Signed-off-by: Michael Niedermayer …
(edit) @dff97be8   13 years michaelni av_opt: add av_opt_ptr() to return a pointer to a field of a object …
(edit) @618fb9cc   13 years michaelni ffmpeg: handle stream copy timebase selection for mp4 as if it had …
(edit) @0bafe049   13 years justin.ruggles api-example: update to use avcodec_decode_audio4()
(edit) @f199f38   13 years justin.ruggles avplay: use avcodec_decode_audio4()
(edit) @e2a2c49   13 years justin.ruggles avplay: use a separate buffer for playing silence
(edit) @f08e54e8   13 years justin.ruggles avformat: use avcodec_decode_audio4() in avformat_find_stream_info()
(edit) @d1241ff   13 years justin.ruggles avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()
(edit) @6d23d197   13 years alex.converse mov: Allow empty stts atom. Fixes regressions caused by 30c3d976
(edit) @70713859   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @def5dc12   13 years diego doc: document preferred Doxygen syntax and make patcheck detect it
(edit) @dc6d043   13 years justin.ruggles adpcmenc: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @541d083a   13 years justin.ruggles ac3dec: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @a4e21baa   13 years justin.ruggles yuv4mpeg: cosmetics: pretty-printing Signed-off-by: Justin Ruggles …
(edit) @2f8b6e90   13 years stefasab lavfi: add life source
(edit) @6c26fe8b   13 years stefasab aevalsrc: add duration option
(edit) @eda87312   13 years justin.ruggles shorten: remove dead initialization Signed-off-by: Justin Ruggles …
(edit) @ba8410c   13 years michaelni Microsoft Windows ICO demuxer Signed-off-by: Michael Niedermayer …
(edit) @7679bd6e   13 years anton roqvideodec: set AVFrame reference before reget_buffer. Otherwise it …
(edit) @1e92d58e   13 years anton bmp: fix some 1bit samples. <= 8bpp BMP images always have palette. …
(edit) @8dd92eca   13 years janne-libav latmdec: add fate test for audio config change
(edit) @b4425f26   13 years michaelni doc/filters.texi: Update drawtext docs so that the documented input …
(edit) @dda3d716   13 years michaelni vf_drawtext: support W/H parameters to reduce UI differences to qatar …
Note: See TracRevisionLog for help on using the revision log.