source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @00dc0206   14 years Aurélien Jacobs matroskaenc: make sure we don't produce invalid file with no codec ID …
(edit) @75f4d1fa   14 years Aurélien Jacobs matroskaenc: add missing new line in av_log() call Signed-off-by: …
(edit) @2851b1f6   14 years Aurélien Jacobs matroskadec: check that pointers were initialized before accessing …
(edit) @2a0d4d4c   14 years tempn fix typo
(edit) @4fa0e247   14 years michaelni Merge remote-tracking branch 'newdev/master' * newdev/master: (33 …
(edit) @ee26abf2   14 years rsbultje Fix an infinite loop when RoQ encoded generated a frame with a size …
(edit) @a6d2227b   14 years mans Add kbdwin.o to AC3 decoder Fixes --disable-everything …
(edit) @4952afff   14 years michaelni Do not use format string "%0.3f" for RTSP Range field. Fixes ticket …
(edit) @d375c104   14 years michaelni Fake-Merge remote-tracking branch 'ffmpeg-mt/master'
(edit) @4c886d61   14 years justin.ruggles Detect byte-swapped AC-3 and support decoding it directly. This …
(edit) @40728b51   14 years justin.ruggles cosmetics: indentation
(edit) @67fc8652   14 years justin.ruggles Always copy input data for AC3 decoder. Depending on …
(edit) @85ab2904   14 years justin.ruggles ac3enc: make sym_quant() branch-free
(edit) @45ed8225   14 years justin.ruggles cosmetics: indentation
(edit) @eba586b0   14 years justin.ruggles Add a CPU flag for the Atom processor. The Atom has SSSE3 support, …
(edit) @c5f4c0fd   14 years justin.ruggles id3v2: skip broken tags with invalid size fixes issue2649.
(edit) @18854887   14 years justin.ruggles id3v2: don't explicitly skip padding It's pointless, since there's a …
(edit) @b58b9fa3   14 years mans Make sure kbhit() is in conio.h Conio.h is a non-standard header and …
(edit) @2a569799   14 years mans fate: update wmv8-drm reference This updates the wmv8-drm reference …
(edit) @c47d3835   14 years rsbultje vc1: make P-frame deblock filter bit-exact.
(edit) @77e41e0   14 years lu_zero configure: Add the -D parameter to the dlltool command This is …
(edit) @af79dd36   14 years lu_zero amr: Set the AVFMT_GENERIC_INDEX flag This makes the amr demuxer …
(edit) @026fa81d   14 years lu_zero amr: Set the pkt->pos field properly to the start of the packet …
(edit) @2890cba   14 years lu_zero amr: Set the codec->bit_rate field based on the last packet This …
(edit) @895678f8   14 years lu_zero rtsp: Specify unicast for TCP interleaved streams, too According to …
(edit) @417516f6   14 years lu_zero Set the correct target for mingw64 dlltool That fixes .lib creation …
(edit) @dc8b73c0   14 years lu_zero applehttp: Change the variable for stream position in seconds into …
(edit) @648c796   14 years rsbultje ffplay: Don't assume ic->pb is non-null This fixes crashes on exit …
(edit) @eb1e7f78   14 years rsbultje id3v2: simplify error handling. Signed-off-by: Ronald S. Bultje …
(edit) @bca6dee   14 years rsbultje id3v2: explicitly seek to the end of the tag after reading Current …
(edit) @933e90a6   14 years rsbultje avio: make av_url_read_fseek/fpause internal. Signed-off-by: Ronald …
(edit) @038566a5   14 years stefano.sabatini-lala ffprobe: tweak error message in open_input_file() Replace "codec …
(edit) @f44d6445   14 years rsbultje vc1: slice support. Also reset coded_block at each new slice, fixes …
(edit) @b81a935b   14 years rsbultje vc1: fix up memleaks in the error codepath. Introduce end: and err: …
(edit) @72452cc4   14 years rsbultje vc1: warn for unimplemented pan-scan feature.
(edit) @60c68c0a   14 years michaelni Remove unused pixel format (PIX_FMT_UNUSED) and swap PIX_FMT_BGR48LE …
(edit) @13931382   14 years Carl Eugen Hoyos Add xd55 codec tag for XDCAM HD422 720p25 CBR files.
(edit) @88f8805f   14 years Carl Eugen Hoyos Allow demuxing of APE files with metadata tags. Fixes ticket 11.
(edit) @d4a50a21   14 years michaelni Merge remote-tracking branch 'newdev/master' Merged-by: Michael …
(edit) @8d9769a7   14 years rsbultje avio: deprecate url_fileno It's an evil hack that assumes an …
(edit) @447fe33   14 years rsbultje rmenc: replace avio_seek(0) with avio_tell() Signed-off-by: Ronald S. …
(edit) @e42500cb   14 years rsbultje lavf: replace some more avio_seek(SEEK_CUR) with avio_skip …
(edit) @027f60f3   14 years mans ffv1: allocate correct size for sample buffer This fixes a typo in …
(edit) @cb48e245   14 years mans Do no modify terminal parameters using termios.h Remove usage of …
(edit) @e87a6f0d   14 years mans Move ff_dct_init_mmx declaration to dct.h This was missed in 0aded94. …
(edit) @cf752d02   14 years lu_zero doc: add details to the documentation for ffmpeg -map Patch by Mike …
(edit) @17a4ec8e   14 years lu_zero ffmpeg: modify help text for the map option Change …
(edit) @8eec0027   14 years mans dct: remove superflous #include Signed-off-by: Mans Rullgard …
(edit) @0aded948   14 years mans Move dct and rdft definitions to separate files This leaves fft.h …
(edit) @4538729a   14 years mans Move sine windows to a separate file These windows do not really …
(edit) @a45fbda   14 years mans Move ff_kbd_window_init() to a separate file This function is not …
(edit) @26f548bb   14 years mans fft: remove inline wrappers for function pointers This removes the …
(edit) @849f80fe   14 years michaelni configure: use pkg-config helpers This makes existing pkg-config uses …
(edit) @5d117bd4   14 years michaelni configure: improve pkg-config support This adds helper functions for …
(edit) @05aa8c44   14 years michaelni configure: allow checking multiple functions in check_func_headers() …
(edit) @8ea36711   14 years michaelni Merge remote-tracking branch 'newdev/master' Merged-by: Michael …
(edit) @43dc31f7   14 years michaelni Add unused pixel format (PIX_FMT_UNUSED) to make PIX_FMT_BGR48BE an …
(edit) @c743a5e2   14 years stefano.sabatini-lala ffplay: add braces around union definition Fix warning: ffplay.c: At …
(edit) @eb4d1cb9   14 years stefano.sabatini-lala ffplay: add existence check on ic->pb in decode_thread() Fix crash if …
(edit) @ec10a9ab   14 years lu_zero configure: use dlltools instead of lib.exe This way building ffmpeg …
(edit) @8f1b06c8   14 years lu_zero configure: check for SDL_Linked_Version instead of SDL_Init This …
(edit) @42cfb383   14 years mans Remove Sonic experimental audio codec Since initially committed in …
(edit) @5a15602a   14 years mans fate: remove stale fate-update.sh script This script was used to …
(edit) @2912e87a   14 years mans Replace FFmpeg with Libav in licence headers Signed-off-by: Mans …
(edit) @6820008   14 years Reimar.Doeffinger Fix compiler warnings due to missing casts.
(edit) @c9f6eab   14 years Reimar.Doeffinger Detect byte-swapped AC-3 (aka DNET) and support decoding it directly. …
(edit) @19d82cb1   14 years stefano.sabatini-lala fade: fix draw_slice() check on fade->factor value draw_slice() …
(edit) @1527e689   14 years stefano.sabatini-lala fade: make draw_slice() chroma check against planes 1 and 2 …
(edit) @faa6f1c3   14 years janne-libav get rid of the last svn mentions
(edit) @a96c0059   14 years michaelni patcheck: warn about assert usage Signed-off-by: Michael Niedermayer …
(edit) @133055c5   14 years michaelni reverts parts of commit de11ee906ed232157392924735c18ab7d8522ccb. The …
(edit) @4eb41d16   14 years michaelni Merge remote-tracking branch 'newdev/master' Merged-by: Michael …
(edit) @12bcfe05   14 years stefano.sabatini-lala lavf: fix function name in compute_pkt_fields2 av_dlog message
(edit) @fda299f0   14 years mans configure: use -r option for pr when listing enabled config options. …
(edit) @350785a6   14 years alex.converse aacenc: 10l, missed a reference when refactoring the psymodel.
(edit) @0f999cfd   14 years justin.ruggles ac3enc: add float_to_fixed24() with x86-optimized versions to …
(edit) @487fef2d   14 years mans asf: update seek test reference This updates the seek test reference …
(edit) @3660b5b   14 years michaelni remove definition of swab right now swab is defined in …
(edit) @afbfb2a8   14 years michaelni Revert "jvdec: don't use deprecated url_feof()" This reverts commit …
(edit) @c0b1bc8d   14 years michaelni Revert "partially rename FFmpeg to Libav" This reverts commit …
(edit) @e528cdac   14 years michaelni Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" This …
(edit) @0cb88628   14 years michaelni Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" This …
(edit) @a6be21d3   14 years michaelni Revert "replace FFmpeg with Libav in doc/" This reverts commit …
(edit) @2cface71   14 years mans nutenc: fix a memleak This fixes a minor memory leak introduced in …
(edit) @de11ee90   14 years mans asfdec: subtract the preroll value and thus output 0 based timestamps …
(edit) @0fecf264   14 years michaelni Merge remote-tracking branch 'newdev/master' Conflicts: Changelog …
(edit) @e309fdc7   14 years michaelni Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats Signed-off-by: …
(edit) @969eb21b   14 years michaelni CrystalHD: Use doxygen compatible comments where relevant. …
(edit) @f1f60f52   14 years lu_zero lavf: Make make_absolute_url a lavf internal function This is shared …
(edit) @dc6fdad5   14 years lu_zero Add missed APIchanges and changelog entries Add an APIchanges entry …
(edit) @bc040cb3   14 years mans applehttp: Fix a typo in a comment Signed-off-by: Mans Rullgard …
(edit) @68d875ad   14 years siretart lavf: make av_interleave_packet() return meaningful error codes …
(edit) @70abc323   14 years siretart lavf: enable av_dlog message in av_interleaved_write_frame() Help …
(edit) @79f43a8c   14 years siretart lavf: enable av_dlog() in compute_pkt_fields2() Turns a comment into …
(edit) @4afedfd8   14 years rsbultje aacenc: cosmetics, indentation, and comment clarification Correct bad …
(edit) @b7c96769   14 years rsbultje aacenc: Refactor the parts of the AAC psymodel. 3GPP: Remove ffac …
(edit) @f578854e   14 years rsbultje aaccoder: Change FFMAX for allzero flag to OR bit operation …
(edit) @b7f2fdde   14 years rsbultje avio: rename put_flush_packet -> avio_flush Signed-off-by: Ronald S. …
(edit) @35f10235   14 years rsbultje avio: deprecate url_close_buf It's not used anywhere and its return …
(edit) @83fddaeb   14 years rsbultje avio: deprecate url_open_buf It's only used in one place and does the …
Note: See TracRevisionLog for help on using the revision log.