source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b6c265ec   15 years benoit.fouet Improve rule for possibly never read variables. Originally committed …
(edit) @c404e783   15 years max_pole Move transform declarations out of IVIBandDesc so indeo4 can use them …
(edit) @756e346   15 years vitor1001 Split do_output_subblock() into common code and decoder specific parts …
(edit) @5ec29be   15 years vitor1001 Cosmetics: indent Patch by Francesco Lavra …
(edit) @6ea6c8eb   15 years vitor1001 Add ff_ prefix to non-static functions Patch by Francesco Lavra …
(edit) @0acaf8b0   15 years vitor1001 Split ra144.c in common code (to be shared with the future encoder) …
(edit) @ede13f55   15 years lucabe72 Use a bitstream filter for converting the extradata syntax when …
(edit) @e91376d1   15 years justin.ruggles 10l: audio_buf is already a uint8_t* so no need to cast it Originally …
(edit) @79c85beb   15 years justin.ruggles Allocate enough memory for audio_buf to fit a full output frame. Also, …
(edit) @79d46cbe   15 years max_pole Quant changes only once per MB so move the corresponding scale factor …
(edit) @c1b85795   15 years diego Remove broken BeOS audio interface. Originally committed as revision …
(edit) @108caaaa   15 years revol Haiku: Disable beosaudio for now, it's broken. We need -lnetwork. …
(edit) @4dbcfa6f   15 years justin.ruggles Set bits_per_raw_sample in the pcm decoder. Originally committed as …
(edit) @63ae7e7   15 years diego Apparently nowadays things should be installed in /boot/common on …
(edit) @d3c9697c   15 years diego Remove unneeded -nostart SHFLAG for Haiku. Originally committed as …
(edit) @411e859b   15 years max_pole Remove unused parameter. Originally committed as revision 23563 to …
(edit) @a1629e28   15 years diego Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. BeOS …
(edit) @c1bdc93   15 years tomas.hardin avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its …
(edit) @bb5cfc48   15 years benoit.fouet Cosmetics: alignment and long line break. Originally committed as …
(edit) @1f7d2f54   15 years benoit.fouet Cosmetics: use and place braces correctly in if ... else statements. …
(edit) @639c697c   15 years benoit.fouet Sanitize av_realloc() use in h264 mp4toannexb bistream filter. …
(edit) @25e25617   15 years stefano.sabatini-lala Make all the numeric options accept in input an expression which is …
(edit) @db16e3c   15 years ramiro.polla log.c: Use parameter passed to macro instead of the equivalent local …
(edit) @4855f867   15 years ramiro.polla Add win32 console color output. Based on patches by James Darnley …
(edit) @6e34a558   15 years ramiro.polla Move ansi color array to outside of av_log_default_callback(). Do not …
(edit) @a1c027e9   15 years ramiro.polla Rename use_ansi_color to use_color so it is not ANSI-specific. …
(edit) @65db0587   15 years michaelni Add av_compare_mod() Originally committed as revision 23551 to …
(edit) @130b096a   15 years martin Make sure the http protocol handler returns errors if a delayed open …
(edit) @461628c6   15 years siretart Fix printf format warnings patch by Eli Friedman <eli dot friedman at …
(edit) @bdb57a91   15 years martin Initialize the http connection in http_seek, too This makes url_fsize …
(edit) @d5cc1ed7   15 years lucabe72 Improve the mp4toannexb BSF to convert the extradata. Originally …
(edit) @4db96065   15 years stefano.sabatini-lala Make texi2pod.pl process @include texinfo directives wherever they are …
(edit) @22cb270c   15 years stefano.sabatini-lala Tweak texi2pod.pl to make it print the various sections in the …
(edit) @299b8be2   15 years stefano.sabatini-lala Remove a rule triggered by @man begin WORD WORDS. This rule only …
(edit) @a66d8cd9   15 years stefano.sabatini-lala Rename the ff* tools @chapters "Invocation" to "Synopsis", and place …
(edit) @120a083f   15 years Reimar.Doeffinger Do not attempt to seek to index for streamed files and if the user …
(edit) @c31f00ed   15 years Reimar.Doeffinger Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of …
(edit) @b659c8b4   15 years lucabe72 In case of stream copy, copy the extradata from the input codec …
(edit) @8764389   15 years Reimar.Doeffinger Fix vp3_draw_horiz_band to calculate chroma offsets correctly for …
(edit) @f5d33f52   15 years martin Add RTSP tunneling over HTTP Patch by Josh Allmann, joshua dot …
(edit) @a26c3c21   15 years martin Make the RTSP muxer use rtsp_hd_out, for consistency Originally …
(edit) @e4f28e0   15 years martin Reindent Originally committed as revision 23534 to …
(edit) @971c3c98   15 years pross Add Pictor/PC Paint to image2 muxer/demuxer Originally committed as …
(edit) @a526d619   15 years pross Pictor/PC Paint decoder Originally committed as revision 23532 to …
(edit) @f2b9b19f   15 years martin Add support for disabling chunked transfer encoding for the http …
(edit) @b995a6a8   15 years pross Add ff_ega_palette Originally committed as revision 23530 to …
(edit) @701ea516   15 years martin Fix handling of errors in the http protocol If http_connect fails, …
(edit) @4ceb8b34   15 years martin Fix bugs in the http custom header handling Initialize the buffer …
(edit) @5150dd53   15 years mans matroska: move LFG state from muxer context to local variable The LFG …
(edit) @6964d510   15 years martin Add the capability to write custom HTTP headers Patch by Josh …
(edit) @0f3254b8   15 years martin Modify the behaviour of http_open to implicitly delay connection …
(edit) @8190f62f   15 years hyc Support presets in ffserver.conf Originally committed as revision …
(edit) @0933f558   15 years max_pole Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert …
(edit) @00ce2cbe   15 years martin libvpx: Set the libvpx frame dropping threshold to …
(edit) @07777c2d   15 years martin libvpx: Don't use the VPX_KF_FIXED mode This mode emits no keyframes …
(edit) @bc330b5f   15 years alex.converse Cosmetics: Fold constants and re-indent after last commit. Originally …
(edit) @712209d5   15 years alex.converse Base downsampled SBR synthesis filterbank on a single IMDCT. Based on …
(edit) @9b98479e   15 years max_pole Declare myself (Maxim Poliakovski) maintainer for the OMA Demuxer. …
(edit) @388c795   15 years alex.converse 10l: Fix types and now unused variables after last commit. Originally …
(edit) @932963b8   15 years alex.converse Rewrite the SBR decoder QMF analysis filter on top of the IMDCT …
(edit) @082a0a33   15 years Carl Eugen Hoyos Use new macro AV_BASE64_SIZE. Patch by James Zern, jzern google com …
(edit) @525ac37f   15 years vitor1001 Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function …
(edit) @77d3f1f7   15 years tomas.hardin Added M701 codec_tag for mpeg2video Originally committed as revision …
(edit) @8850c69d   15 years Reimar.Doeffinger 10l, there is no aac.c any more, so no need for a dependency. …
(edit) @3a9bc39e   15 years lu_zero librtmp may link to different ssl implementations Make sure we link …
(edit) @e59cfd78   15 years stefano.sabatini-lala Do not exclude anymore the pixel formats rgb444, bgr444, rgb4_byte, …
(edit) @c32b7017   15 years Reimar.Doeffinger Do not read the RM index when input is streamed (since it requires …
(edit) @d588e3f   15 years stefano.sabatini-lala Add support to B4BY and R4BY NUT codec tags added in NUT r672. …
(edit) @2839c56e   15 years stefano.sabatini-lala Fix width computation for nv12/nv21 in ff_get_plane_bytewidth(). …
(edit) @48ede39   15 years mans regtest: add seektest reference files for rgb/yuv in avi Originally …
(edit) @44d4616e   15 years Reimar.Doeffinger aacdec also depends on cbrt_tables.h for hardcoded-tables. Originally …
(edit) @63455b8c   15 years michaelni bgr/rgb444 for nut Originally committed as revision 23504 to …
(edit) @de51f22d   15 years michaelni fix rgb444 support in avi. Originally committed as revision 23503 to …
(edit) @48b5a2fa   15 years Reimar.Doeffinger Support AVFMT_FLAG_IGNIDX in gxf demuxer. Originally committed as …
(edit) @59b847d3   15 years michaelni Add simple rgb/yuv in avi regression test. Originally committed as …
(edit) @7686ab07   15 years michaelni Fix muxing rgb rawvideo in avi regression. Originally committed as …
(edit) @538c0e13   15 years martin Improve grammar and readability Patch by Rodney Baker, rodney dot …
(edit) @fc490fcf   15 years martin Cosmetics: Reindent/align/wrap Originally committed as revision 23498 …
(edit) @d0382374   15 years martin RTSP: Propagate errors up from ff_rtsp_send_cmd* Patch by Josh …
(edit) @c453d1bb   15 years martin Remove unused local variables Originally committed as revision 23496 …
(edit) @614842a   15 years alex.converse Cleanup apply_window_and_mdct(). Originally committed as revision …
(edit) @b8c2c41d   15 years martin RTSP: Add a second URLContext for outgoing messages Done in …
(edit) @19da45f2   15 years stefano.sabatini-lala Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", as …
(edit) @aeadb328   15 years stefano.sabatini-lala Replace "Fabrice Bellard" with "The FFmpeg developers" as the authors …
(edit) @c909d482   15 years alex.converse Whitespace cosmetics Originally committed as revision 23491 to …
(edit) @8e5998f0   15 years alex.converse aac: Move an initialization macro used only by the decoder out of the …
(edit) @77b8320a   15 years alex.converse Rename aac.c to aacdec.c. Originally committed as revision 23489 to …
(edit) @dd8871a6   15 years alex.converse aacdec: Rename avccontext to avctx. Originally committed as revision …
(edit) @4cd5100c   15 years stefano.sabatini-lala Add APIchanges entry after eval API publication. Originally committed …
(edit) @0b99215c   15 years stefano.sabatini-lala Move eval.c and eval.h from libavcodec to libavutil, and make the eval …
(edit) @6532c6f9   15 years stefano.sabatini-lala Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE() …
(edit) @788c82e3   15 years diego libvpx now has an (L)GPL-compatible license. Originally committed as …
(edit) @3511242d   15 years baptiste.coudurier More mov rawvideo fourcc supported by the rawvideo decoder Originally …
(edit) @414ba8e3   15 years baptiste.coudurier More mov rawvideo fourcc Originally committed as revision 23480 to …
(edit) @a7cc89e2   15 years baptiste.coudurier fix raw 555 pixel format, add abgr fourcc Originally committed as …
(edit) @e7ddafd5   15 years lessen42 matroskaenc: Don't write a second seekhead for the clusters; …
(edit) @d06735a3   15 years lessen42 matroskaenc: Check that tracks was allocated Originally committed as …
(edit) @1f4280e   15 years lessen42 matroskaenc: Use av_get_random_seed -> lfg for segment UID Originally …
(edit) @4a6bef1f   15 years lessen42 matroskaenc: Make put_ebml_binary take a void pointer Originally …
(edit) @316d6c15   15 years lessen42 Add WebM muxer Patch by James Zern <jzern at google> Originally …
Note: See TracRevisionLog for help on using the revision log.