source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @ac9baa71   15 years lessen42 matroskaenc: Mux clusters better Start them on keyframes when …
(edit) @3ad0b189   15 years lessen42 Add myself as libvorbis.c maintainer Originally committed as revision …
(edit) @57ebbccf   15 years lessen42 libvorbis: Disable strict bitrate management when not requested This …
(edit) @ed638b5c   15 years lessen42 libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of …
(edit) @e5a5ea9e   15 years lessen42 libvorbis: Hook up min/max bitrate Originally committed as revision …
(edit) @160c896   15 years martin metadata: mention how to remove tags. Patch by Anton Khirnov, wyskas …
(edit) @acf85d7   15 years martin reindent after previous commit. Patch by Anton Khirnov, wyskas at …
(edit) @795c6a6   15 years martin metadata: make conversion to the same format a noop. Patch by Anton …
(edit) @35d8ecc5   15 years martin rtspenc: Write the interleaving header in the same buffer as the …
(edit) @dd798dcd   15 years martin http: Set http_code to 200 when doing a POST This avoids reading and …
(edit) @413abbe   15 years lessen42 Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora …
(edit) @784824a6   15 years hyc Use AV_BASE64_SIZE() macro Originally committed as revision 23462 to …
(edit) @31878fcf   15 years hyc Add AV_BASE64_SIZE() macro Originally committed as revision 23461 to …
(edit) @27b0d365   15 years Carl Eugen Hoyos Raise default vorbis encoding quality. Patch by Frank Barchard, …
(edit) @bb756b2f   15 years stefano.sabatini-lala Fix typo. Originally committed as revision 23459 to …
(edit) @8456d947   15 years stefano.sabatini-lala Exclude from the lavfi_pix_fmts regression test the output pixel …
(edit) @28f5ea78   15 years michaelni Clarify that get/release_buffer() overriding only works with …
(edit) @3bc4e21   15 years michaelni Document the frames returned by the decoder better. Originally …
(edit) @4fff6084   15 years stefano.sabatini-lala Rename ffplay-doc.texi @chapter "Introduction" to "Description", for …
(edit) @016ea62   15 years stefano.sabatini-lala Rename ffprobe-doc.texi @chapter "Introduction" to "Description", for …
(edit) @103578f2   15 years stefano.sabatini-lala Rename ffserver-doc.texi @chapter "Introduction" to "Description", for …
(edit) @98aea87b   15 years michaelni Deprecate PIX_FMT_YUVJ* Originally committed as revision 23451 to …
(edit) @f475f35f   15 years martin ffserver: Calculate cur_pts using first_pts as origin instead of …
(edit) @ee0e9146   15 years Carl Eugen Hoyos VP8 encoding via libvpx. Patch by James Zern, Google, Inc. …
(edit) @f1dfaa7a   15 years ramiro.polla win32: Use _fstati64() instead of plain old fstat() on Windows to …
(edit) @3c80491d   15 years martin httpauth: Fix the length passed to av_strlcat Since the buffer always …
(edit) @76561924   15 years stefano.sabatini-lala Move section EXAMPLES towards the end of the ffmpeg-doc.texi file. …
(edit) @b26247ed   15 years stefano.sabatini-lala Make consistent the various SEE ALSO sections in the FFmpeg man pages. …
(edit) @cadbccb6   15 years stefano.sabatini-lala Put @ignore-d man page specific trailer at the end of the file. This …
(edit) @94f49823   15 years stefano.sabatini-lala Fix misc typos. Originally committed as revision 23442 to …
(edit) @83a36b2e   15 years stefano.sabatini-lala Change type of {audio,video,subtitle}_codec_tag variables from int to …
(edit) @48790d8b   15 years lu_zero Remove stray and possibly wrong line, rtpdec.c sets that already …
(edit) @7caee063   15 years alex.converse aacdec: Work around illegal files with all elem_id tags set to the …
(edit) @c0f8ee0f   15 years mans ARM: struct offsets for Apple ABI Originally committed as revision …
(edit) @30d8767   15 years mans ARM: remove some unnecessary ifdefs, fix implicit declaration warnings …
(edit) @68dacb4e   15 years mans ARM: check struct offsets only when they are used The offsets differ …
(edit) @48a783f3   15 years stefano.sabatini-lala Remove weird empty line and perform vertical align. Originally …
(edit) @fa586439   15 years stefano.sabatini-lala Make write_streamheader() log a message if there is no codec tag …
(edit) @ffd5f098   15 years stefano.sabatini-lala Make write_streamheader() return a meaningful error code if no codec …
(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() …
Note: See TracRevisionLog for help on using the revision log.