source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3e72336   16 years stefan.gehrer avoid duplication of size_table and offset_table Originally committed …
(edit) @fa79489f   16 years stefan.gehrer avoid duplication of dquant_code Originally committed as revision …
(edit) @673bcc3   16 years banan I'll take care of qdm2 also Originally committed as revision 16741 to …
(edit) @1ac63c2a   16 years stefan.gehrer return an error if we can not get a full packet, fixes hang on EOF …
(edit) @e0df9e44   16 years vitor1001 Do not allocate RoqTempData on the stack Originally committed as …
(edit) @c6f79c3e   16 years stefan.gehrer fix header parsing, the NULL terminated File ID is followed by a space …
(edit) @cb760a47   16 years rsbultje Skip m= blocks in the SDP if the media type is unknown. This prevents …
(edit) @ce71d83   16 years justin.ruggles add myself as a maintainer of flacdec.c Originally committed as …
(edit) @8f51144b   16 years justin.ruggles rename flac.c to flacdec.c Originally committed as revision 16735 to …
(edit) @14120c95   16 years baptiste.coudurier set pts and dts when only pts is present, according to specs …
(edit) @6e4668b8   16 years baptiste.coudurier write essence container data Originally committed as revision 16733 …
(edit) @5e4aa542   16 years baptiste.coudurier reduce display aspect ratio Originally committed as revision 16732 to …
(edit) @24d6a613   16 years baptiste.coudurier stored height is a multiple of 16 for mpeg2 Originally committed as …
(edit) @e9338da   16 years baptiste.coudurier fix endianness of time code, and calculate it in fields, according to …
(edit) @76af2edc   16 years tempn add EM4A fourcc , works for: …
(edit) @cf92cec7   16 years andreas Avoid allocating MPADecodeContext on stack. Instead move relevant …
(edit) @2d4eeaad   16 years michaelni Workaround ffms behavior of returning EAGAIN at EOF. Should fix …
(edit) @1cae2ef9   16 years kostya.shishkov Remove the block with always false condition from …
(edit) @a28d5224   16 years kostya.shishkov VC-1 postproc field is 2 bits wide while decoder read only single bit. …
(edit) @3a41c2f7   16 years michaelni Move av_read_frame/parser related buffer variables from …
(edit) @959e0006   16 years justin.ruggles flacdec: add support for 3 additional sample rate codes Originally …
(edit) @3c4ea6d5   16 years alex.converse Mark ff_fft_init with av_cold. Originally committed as revision 16722 …
(edit) @8f05c99   16 years alex.converse Clean up FFT related comments. Originally committed as revision 16721 …
(edit) @082491c4   16 years baptiste.coudurier print stream sar if present and different than codec sar Originally …
(edit) @a308737b   16 years michaelni Use EAGAIN return, primarely intended as example of EAGAIN useage. …
(edit) @cda6902d   16 years michaelni Handle av_read_frame() EAGAIN return. Originally committed as …
(edit) @ad51c68c   16 years michaelni Handle av_read_frame() EAGAIN return. Originally committed as …
(edit) @4d6f600c   16 years baptiste.coudurier Add const, remove warning: libavcodec/audioconvert.c:190: warning: …
(edit) @7a845019   16 years diego Avoid unused variable warning when compiling DES test program. …
(edit) @dce25564   16 years Aurélien Jacobs 'code' is used to index a table so make it unsigned this prevents …
(edit) @448887a   16 years diego Make base64 test program compilable as a standard test program. …
(edit) @40f5cd89   16 years diego Add void keyword to parameterless function declaration. Originally …
(edit) @d6da3df7   16 years kostya.shishkov yet another attempt on fixing synchronization in VMD Originally …
(edit) @8d6fc274   16 years kostya.shishkov Empty audio chunks in VMD are silent, not skipped Originally …
(edit) @7d2b199b   16 years kostya.shishkov cosmetics: reindent after last commit Originally committed as …
(edit) @716ba2d0   16 years kostya.shishkov VMD first chunk of audio is not coded as many separate chunks of …
(edit) @33054e35   16 years benoit.fouet Rename audio.c to oss_audio.c in libavdevice. Originally committed as …
(edit) @a848cfe9   16 years baptiste.coudurier fix seek reg tests, Im always forgetting this Originally committed as …
(edit) @0d9becc7   16 years Carl Eugen Hoyos Sort VdpPictureInfo alphabetically. Originally committed as revision …
(edit) @6c7c44ee   16 years baptiste.coudurier exit with error code if av_encode failed Originally committed as …
(edit) @f53ee312   16 years baptiste.coudurier change sample aspect ratio test to be more clear, print old one …
(edit) @5823e4b8   16 years tempn another mpeg4 fourcc Originally committed as revision 16702 to …
(edit) @507ff760   16 years baptiste.coudurier Do not use avctx->frame_number which might not be set, this also fixes …
(edit) @27052238   16 years Carl Eugen Hoyos Cosmetics: Fix indentation after last commit. Originally committed as …
(edit) @0ab8039   16 years Carl Eugen Hoyos Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. Originally committed as …
(edit) @c5b42f4a   16 years Carl Eugen Hoyos Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can be …
(edit) @15a4e8b8   16 years baptiste.coudurier set correct value for starting line Originally committed as revision …
(edit) @fc941878   16 years baptiste.coudurier fix gxf time code mark out value Originally committed as revision …
(edit) @27cb5122   16 years benoit.fouet Enable building r3d demuxer when its config is set. Originally …
(edit) @0c26e964   16 years benoit.fouet Use avf context in av_log, instead of NULL. Originally committed as …
(edit) @d99b8166   16 years benoit.fouet Pass avf context to audio_open(). Originally committed as revision …
(edit) @38cef584   16 years alex.converse Fix a read past end of buffer crash in the mp3 probe Originally …
(edit) @7eb68edb   16 years baptiste.coudurier R3D REDCODE demuxer Originally committed as revision 16692 to …
(edit) @c5125e39   16 years stefan.gehrer add myself as maintainer of ISS (with Jai's blessing) Originally …
(edit) @5f8bae8d   16 years Aurélien Jacobs matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes …
(edit) @c2fef0c1   16 years diego Use "" instead of <> when #including non-system headers. Originally …
(edit) @ac3ef4a4   16 years alex.converse Fix probing of files with ID3v2 tags. Discussed at …
(edit) @2f64239   16 years Aurélien Jacobs Remove detection of mmsh protocol in ffplay. This is useless as long …
(edit) @6f2009bf   16 years diego Restore mistakenly removed period after "DivX, Inc". Originally …
(edit) @d7c6552   16 years tempn add T263. works on samples/V-codecs/T263/ Originally committed as …
(edit) @406792e7   16 years diego cosmetics: Remove pointless period after copyright statement …
(edit) @796dff07   16 years stefano.sabatini-lala Drop the deprecated av_init_random() at the next libavutil major bump. …
(edit) @9c86821   16 years stefano.sabatini-lala Replace calls to the deprecated function av_init_random() with …
(edit) @199436b9   16 years Aurélien Jacobs moves mid_pred() into mathops.h (with arch specific code split by …
(edit) @48a81c0   16 years Aurélien Jacobs replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE …
(edit) @b0973124   16 years stefano.sabatini-lala Deprecate av_init_random() in favour of av_random_init(), with a more …
(edit) @ef4c0bb1   16 years stefano.sabatini-lala Implement a var for containing the current year number rather than …
(edit) @77c4537   16 years mans ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code …
(edit) @c0a02a3e   16 years mans Alpha: add -mieee to CFLAGS Originally committed as revision 16676 to …
(edit) @fd6045ba   16 years mans Alpha: fix pix_abs16 Originally committed as revision 16675 to …
(edit) @27a9466b   16 years mans configure: add fastdiv to CONFIG_LIST Originally committed as …
(edit) @0e169d16   16 years Aurélien Jacobs matroskadec: merge ByteIOContext declarations at upper level …
(edit) @68a71451   16 years Aurélien Jacobs matroskadec: parse the WAVEFORMATEX header and discard it from …
(edit) @5a44906d   16 years darkshikari Fix 10L in r16670 (broke deblocking code) Originally committed as …
(edit) @0a359cf1   16 years darkshikari Faster VC-1 C loopfilter using lots of xor magic Originally committed …
(edit) @2a839eeb   16 years mans dct-test: add Alpha idct Originally committed as revision 16669 to …
(edit) @179c56b8   16 years mans Alpha: add ff_ prefix to idct functions Originally committed as …
(edit) @7d95741f   16 years mans Alpha: indentation Originally committed as revision 16667 to …
(edit) @74c47463   16 years mans Alpha: proper IDCT selection Only select the Alpha IDCT if auto or …
(edit) @c2fbf893   16 years mans Alpha: add some const, kill some warnings Originally committed as …
(edit) @b4097b13   16 years baptiste.coudurier add jp2 formater in image2 muxer Originally committed as revision …
(edit) @aa915625   16 years baptiste.coudurier jpeg2k is intra only codec Originally committed as revision 16663 to …
(edit) @d43b26ea   16 years lessen42 Copy width/height for subtitle streams (needed for scodec copy of …
(edit) @9dbd3ed6   16 years mans Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp …
(edit) @16172207   16 years mans Alpha: fix dct_unquantize_h263_inter/intra_axp() Originally committed …
(edit) @2323ac01   16 years baptiste.coudurier match format in names list separated by commas Originally committed …
(edit) @055dc116   16 years stefan.gehrer added demuxer for FunCom ISS audio files, extended ADPCM decoder by …
(edit) @8a569fee   16 years vitor1001 Use shared sine window instead of defining another one. Originally …
(edit) @4bcafc9a   16 years lessen42 Update regression tests after r16651 Originally committed as revision …
(edit) @3cd329a3   16 years Carl Eugen Hoyos Fix compilation with --enable-libxvid. Originally committed as …
(edit) @2bb6eba2   16 years Aurélien Jacobs remove ff_get_fourcc() and use AV_RL32() instead Originally committed …
(edit) @9ce6c138   16 years Aurélien Jacobs export gcd function as av_gcd() Originally committed as revision …
(edit) @3194b004   16 years lessen42 Cosmetics: indent Originally committed as revision 16652 to …
(edit) @1c3db2aa   16 years lessen42 Treat disposition==0 as undefined and don't write the default flag …
(edit) @8a86aaa   16 years lessen42 Flush the buffer after writing the header and when done with writing …
(edit) @0d3d172   16 years Carl Eugen Hoyos Remove CODEC_ID_H264_VDPAU. Originally committed as revision 16649 to …
(edit) @78471234   16 years stefano.sabatini-lala Print a warning and fail if the graph description cannot be parsed. …
(edit) @439c6503   16 years stefan.gehrer remove duplicate tables Originally committed as revision 16647 to …
(edit) @7906f3ca   16 years tempn hybrid wavpack support Originally committed as revision 16646 to …
(edit) @e2260faa   16 years tempn add LM20 mimic in avi fourcc Originally committed as revision 16645 …
Note: See TracRevisionLog for help on using the revision log.