source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fc0c412   15 years stefano.sabatini-lala Make write_header() and write_headers() return an error code in case …
(edit) @da9e6c42   15 years stefano.sabatini-lala Make write_streamheader() and write_headers() accept an …
(edit) @652d9d24   15 years darkshikari Properly initialize x264_picture_t in libx264. Bump libx264 version …
(edit) @d04c13f7   15 years stefano.sabatini-lala Remove useless variables in get_common_elements(). Originally …
(edit) @42719e2   15 years mans Use .p2align in ASMALIGN() macro The test for .align syntax was …
(edit) @a76eec3b   15 years mans ARM: fail build if hardcoded struct offsets are wrong Originally …
(edit) @83b70761   15 years Carl Eugen Hoyos Avoid division by zero that caused noise, typically at the beginning …
(edit) @5dc051f4   15 years mans bink: correctly align local arrays Originally committed as revision …
(edit) @2a00992f   15 years stefano.sabatini-lala Add APIchanges entry for av_get_codec_tag_string(). Originally …
(edit) @b603ab8d   15 years stefano.sabatini-lala Make the error message issued in case of invalid codec tag more …
(edit) @ab0b5378   15 years stefano.sabatini-lala Make avcodec_string() use av_get_codec_tag_string(). Originally …
(edit) @7e566bbe   15 years stefano.sabatini-lala Implement av_get_codec_tag_string() and use it in ffprobe. Originally …
(edit) @3b96355   15 years martin ffserver: Allow floating point audio bit rates This allows setting …
(edit) @6a7d7b88   15 years lessen42 arm neon: Add missing mangle to external symbol Originally committed …
(edit) @edd43c95   15 years Reimar.Doeffinger Do not check_lib for -lva if vaapi is disabled, having -lva in …
(edit) @7f464a0a   15 years siretart Add an entry to APIchanges for the addition of …
(edit) @03a3fcee   15 years rsbultje Change default number of channels (used if unspecified in the format …
(edit) @b742a12e   15 years michaelni Print an error when MAX_STREAMS is reached. Originally committed as …
(edit) @2b991422   15 years siretart deprecate palette8topacked32 in favor of public API functions …
(edit) @73404a44   15 years mans ARM: NEON clear_block[s] Originally committed as revision 23412 to …
(edit) @522d3930   15 years rsbultje Move get_buffer() calls from decode_init() to decode_frame(). Anything …
(edit) @54b11f17   15 years stefano.sabatini-lala Rename @chapter "Quick Start" to "Examples", for consistency with the …
(edit) @9f41ed5   15 years stefano.sabatini-lala Fix texi2pod.pl rendering of the Tips section by putting each @item …
(edit) @acbdbf81   15 years stefano.sabatini-lala Make texi2pod.pl accept @itemize commands with no following character …
(edit) @12f8341a   15 years stefano.sabatini-lala Merge @chapter Introduction and @chapter Description into a single …
(edit) @0093ac5b   15 years stefano.sabatini-lala Move internal scale context fields initialization from …
(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 …
Note: See TracRevisionLog for help on using the revision log.