source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @79513857   15 years stefano.sabatini-lala Fix eval-test compilation. Originally committed as revision 23406 to …
(edit) @b851dd9e   15 years stefano.sabatini-lala Cosmetics: reindent and break some overly long line. Originally …
(edit) @0cd28d94   15 years stefano.sabatini-lala Cosmetics: consistently apply K&R style. Make me and Diego happy. …
(edit) @9711439b   15 years stefano.sabatini-lala Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() …
(edit) @9ace13b4   15 years stefano.sabatini-lala Make ff_parse_expr() and ff_parse_and_eval_expr() return an int …
(edit) @27241cbf   15 years martin Declare the url_write buffer parameter as const Originally committed …
(edit) @3d9408f4   15 years siretart remove palette8torgb15 and palette8tobgr15 They contain exactly the …
(edit) @770e50ae   15 years janne-ffmpeg ffmpeg: offer alternatives for experimental codecs if they exist …
(edit) @4e605bc3   15 years janne-ffmpeg ffmpeg: fail if user selected codec is experimental and …
(edit) @9ad7dfc1   15 years baptiste.coudurier Pass codec pixel format list to get_format, if present, fix vdpau …
(edit) @879c9d1a   15 years diego Add a short note about libvpx. Originally committed as revision 23394 …
(edit) @0a624147   15 years pross Prevent au_read_packet() looping endlessly when .au file contains …
(edit) @274793d   15 years max_pole Make dequantization equation use less registers on some CPUs. …
(edit) @25e20240   15 years max_pole Remove unused variables. Originally committed as revision 23389 to …
(edit) @21ae6790   15 years pross automatically enable buffer_filter when compiling ffmpeg Fixes issue …
(edit) @870a6f40   15 years diego Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other …
(edit) @eb55f3da   15 years diego The GPL-licensed optimizations in libswscale have been replaced. …
(edit) @531f97b0   15 years diego Remove GPL-licensed YUV to RGB MMX routines. We now have an LGPL …
(edit) @41331b65   15 years mans ARM: NEON optimised dct_unquantize_h263_{intra,inter} Originally …
(edit) @2c780abf   15 years diego Require --enable-nonfree flag for libvpx. The license of libvpx is …
(edit) @1c100b13   15 years kostya.shishkov 321l: do not use shifted s->linesize instead of correct s->uvlinesize. …
(edit) @0435fb1   15 years baptiste.coudurier In h264 decoder, use jpeg yuv pixel format when full range is set in …
(edit) @c91dce99   15 years alex.converse aacenc: Remove an unnecessary division from the TLS. Originally …
(edit) @911fbc45   15 years alex.converse Cosmetics: whitespace Originally committed as revision 23367 to …
(edit) @04d6a54e   15 years alex.converse aacenc: Remove unnecessary variables and scopes in the TLS. …
(edit) @82f1ffc7   15 years hyc Cleanup prev commit, flag variable should start with 0 Originally …
(edit) @23584bec   15 years hyc Parse avctx->extradata if available. Fixes many "non-existing PPS …
(edit) @22a25584   15 years rsbultje Reindent after r23361. Patch by Francesco Lavra <francescolavra …
(edit) @cff87f04   15 years rsbultje Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows …
(edit) @74e8ccad   15 years rsbultje Move rm_codec_tags to rm.c so muxer/demuxer can share it. Patch by …
(edit) @c0fda017   15 years lessen42 vp3: 10l Fix DC-only IDCT for C and ARM too Originally committed as …
(edit) @179655b6   15 years lessen42 vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to …
(edit) @173bb37f   15 years lessen42 On2 IVF demuxer Originally committed as revision 23357 to …
(edit) @a5266a47   15 years michaelni Make sure that when the parser is feeded with frame==packet that the …
(edit) @5d55bb9f   15 years alex.converse aacdec: Clarify a channel mapping comment. Patch by Cyril Russo …
(edit) @e84c276f   15 years alex.converse Mark AAC encoder as experimental. Originally committed as revision …
(edit) @4717f872   15 years lessen42 VP8 parser Originally committed as revision 23349 to …
(edit) @910b9f30   15 years lessen42 Add const to ff_emulated_edge_mc Originally committed as revision …
(edit) @94b303ba   15 years lessen42 Add more const to _l4 pixel functions Originally committed as …
(edit) @a4501a45   15 years lessen42 vp3: Skip the loop filter when strength is 0 or when requested …
(edit) @3491a9b2   15 years jmenon86 Cosmetics : Fix typo. Originally committed as revision 23345 to …
(edit) @71dab7be   15 years Carl Eugen Hoyos Some fields were incorrectly reset (to NULL) when calling …
(edit) @867ab7fb   15 years michaelni Fix pts reordering code. This fixes a regression introduced when …
(edit) @ab8f6009   15 years stefano.sabatini-lala Add support for the newly added Nut codec tags (added in Nut r669): …
(edit) @9c6b3b97   15 years max_pole Add the forgotten ff_ prefix to the shareable scan patterns. …
(edit) @05e95319   15 years Carl Eugen Hoyos Factorize ff_h264_decode_extradata(). Patch by Howard Chu, hyc …
(edit) @35f7c39a   15 years Carl Eugen Hoyos Mark vorbis encoder as experimental. Originally committed as revision …
(edit) @fe9c2007   15 years stefano.sabatini-lala Bump minor version bump and add an APIchanges entry after addition of …
(edit) @31cd5a9a   15 years Carl Eugen Hoyos Bump minor version and add Changelog entry after r23334. Originally …
(edit) @d3752b15   15 years michaelni Treat SIPP like xvid, fixed issue1966 Originally committed as …
(edit) @220f2bd9   15 years max_pole move indeo5 scan patterns into ivi_common.c so those can be shared by …
(edit) @93ebfeea   15 years Carl Eugen Hoyos Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. Patch by …
(edit) @1ed87f80   15 years alex.converse Parse and repack the first frame of H.264 in ASF because SPS+PPS lives …
(edit) @74a6df5   15 years alex.converse Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and …
(edit) @9069b7d3   15 years alex.converse Fix declaration after statement Originally committed as revision …
(edit) @37dd2356   15 years Aurélien Jacobs matroskadec: avoid potential crash after r23169 Originally committed …
(edit) @344f5c9f   15 years Carl Eugen Hoyos Do not invert samples when encoding Vorbis. Patch by Frank Barchard, …
(edit) @f4348e6c   15 years michaelni Check for VUI overeading and reset num_reoder_frames. This helps the …
(edit) @577ee948   15 years martin ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE …
(edit) @8ac942d   15 years martin Cosmetics: reindent after the previous commit Originally committed as …
(edit) @11f6181a   15 years martin api-example: Try to avoid decoding incomplete frames Use a larger …
(edit) @0ecfa7b7   15 years alex.converse aacenc: Split find_max_val() from find_min_book() to eliminate …
(edit) @af2ee6fc   15 years alex.converse Remove useless costly inf checks from the trellis scalefactor search. …
(edit) @acc9f51f   15 years alex.converse aacenc: Trellis over scalefactors using an estimated codebook rather …
(edit) @144c5e3d   15 years alex.converse aacenc: Only trellis over a column of 61 scalefactors (reduced from …
(edit) @05e659ef   15 years alex.converse aacenc: Factor out find_min_book so it can be used by multiple …
(edit) @aafb822b   15 years rsbultje We're using generic tag-to-ID functions, so specific codec_id …
(edit) @31a7a6eb   15 years michaelni Correct golomb vlc decoding tables. Fixes issue 1930 Originally …
(edit) @b4cf3f6c   15 years mans mmst_protocol depends on network Originally committed as revision …
(edit) @74c853b6   15 years Carl Eugen Hoyos Samsung uses SIPP as FourCC for MPEG-4 ASP. Originally committed as …
(edit) @c4c302f1   15 years martin Look for libvpx headers in the vpx subdirectory in configure, too …
(edit) @a7890f44   15 years Carl Eugen Hoyos Headers for libvpx are installed into vpx subdirectory. Originally …
(edit) @4fb9792c   15 years martin Fix VP8 listing in general.texi Originally committed as revision …
(edit) @aae9a093   15 years kostya.shishkov 24l trocadero: RTMP reader forgot to shift high byte of timestamp to …
(edit) @cc46005   15 years lessen42 theora: Don't read an excess bit for maximum length long bit runs if …
(edit) @8299a7f8   15 years Carl Eugen Hoyos VP8 decoding via libvpx. Patch by James Zern for Google, Inc., jzern …
(edit) @ce2a9bc3   15 years baptiste.coudurier In ogg muxer, use random serial number of each ogg streams Originally …
(edit) @a2403986   15 years rsbultje MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail …
(edit) @e34d5db5   15 years stefano.sabatini-lala Add libavfilter 1-input - 1-output regression test, corresponding to …
(edit) @781cf5fd   15 years stefano.sabatini-lala Add missing codec id <-> codec tag entries: CODEC_ID_RAWVIDEO <-> …
(edit) @111c9359   15 years martin ffserver: Fix one of the codec parameter checks This is probably what …
(edit) @a5ba4ced   15 years martin ffserver: Fix streaming with more than one stream Fix by Howard Chu, …
(edit) @e175b55e   15 years martin ffserver: Fix extradata handling Patch by Howard Chu, hyc at …
(edit) @c966c912   15 years martin ffserver: Fix an out of bounds read Fix by Howard Chu, hyc at …
(edit) @9cc9a155   15 years martin ffserver: Fix another memory leak Don't allocate st->codec, it will …
(edit) @ea4f8aa   15 years martin ffserver: Plug some memory leaks Patch by Howard Chu, hyc at …
(edit) @0e765181   15 years Reimar.Doeffinger Add -f framemd5 muxer similar to framecrc. Originally committed as …
(edit) @9bbe9a0d   15 years jmenon86 Display a more descriptive log message when probe buffer limit is …
(edit) @12bd3c1f   15 years jmenon86 FFplay : Implement custom reget_buffer for the input filter. …
(edit) @612dc023   15 years Carl Eugen Hoyos Skip pes payload during probing to avoid start code emulation. Patch …
(edit) @d3d87481   15 years Carl Eugen Hoyos Fix documentation of av_audio_convert. Patch by Cyril Russo, stage D …
(edit) @7bb83d8d   15 years lessen42 matroskaenc: Write codec time base as default duration for video …
(edit) @31fdd641   15 years lessen42 Convert NaN to 0/0 in av_d2q This fixes aspect ratio calculation for …
(edit) @f1a05185   15 years Reimar.Doeffinger Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many seeks …
(edit) @21d52447   15 years diego small wording fix Originally committed as revision 23277 to …
(edit) @a8d9a56a   15 years diego Mention some more changes related to HTML 5 issues. Originally …
(edit) @8daed34   15 years lessen42 matroskadec: Revert adding the doctype to metadata; it has no meaning …
(edit) @50eae970   15 years banan Reduce the score for the aea demuxer probing function. Originally …
(edit) @946da736   15 years banan Fix detection of some stereo atrac files by not comparing the block …
(edit) @fbe347d   15 years diego Reflect the 0.6 branch in the Changelog. Originally committed as …
Note: See TracRevisionLog for help on using the revision log.