source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @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) @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) @faa6f1c3   14 years janne-libav get rid of the last svn mentions
(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) @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) @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 …
(edit) @eda4cf92   14 years rsbultje avio: always compile avio_printf, rather than on CONFIG_MUXERS …
(edit) @d9d86e00   14 years rsbultje avio: avio_ prefix for url_fprintf Signed-off-by: Ronald S. Bultje …
(edit) @af020732   14 years rsbultje avio: change avio_tell/skip from macros to inline functions …
(edit) @59f65d95   14 years rsbultje avio: make url_setbufsize internal. Signed-off-by: Ronald S. Bultje …
(edit) @4839c192   14 years rsbultje lavf: move ff_get_v from avio.h to avio_internal.h And rename it to …
(edit) @073f8b10   14 years lu_zero nutenc: mux chapters. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(edit) @4af9c1a5   14 years lu_zero doc: update applehttp documentation Integrate more comments from Stefano.
(edit) @45a8a02a   14 years rsbultje lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense …
(edit) @cbf5d22d   14 years mans Remove occurrences of my old email address Signed-off-by: Mans …
(edit) @381d37fd   14 years mans dsputil: add bswap16_buf() There are several places where a buffer is …
(edit) @dff68563   14 years mans darwin: use -read_only_relocs flag only on 32-bit x86 Avoids the …
(edit) @f8a45fa1   14 years janne-libav replace FFmpeg with Libav in doc/ unless it stands for ffmpeg the …
(edit) @a03be6e1   14 years janne-libav use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
(edit) @29ba0911   14 years janne-libav replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION also update the …
(edit) @070c5d0f   14 years janne-libav partially rename FFmpeg to Libav update mailing list references and …
(edit) @fed5676f   14 years justin.ruggles mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead …
(edit) @8312e3fc   14 years siretart Do not attempt to decode APE file with no frames This fixes invalid …
(edit) @1dac4d55   14 years siretart jvdec: don't use deprecated url_feof()
(edit) @79414257   14 years justin.ruggles mathops: fix MULL() when the compiler does not inline the function. …
(edit) @56e2ac6b   14 years justin.ruggles id3v2: merge TYER/TDAT/TIME to date tag
(edit) @aaff3b3   14 years justin.ruggles mathops: change "g" constraint to "rm" in x86-32 version of MUL64(). …
(edit) @b181b8fb   14 years justin.ruggles mathops: convert MULL/MULH/MUL64 to inline functions rather than …
(edit) @c76374c6   14 years rsbultje Use AVERROR_EXIT with url_interrupt_cb. Functions interrupted by …
(edit) @bafa4dd3   14 years rsbultje Add AVERROR_EXIT. This is different from AVERROR(EINTR) because calls …
(edit) @3e68b3ba   14 years rsbultje avio: deprecate url_ferror AVIOContext.error should be used directly …
(edit) @75b9ed04   14 years rsbultje lavf/utils: dont't explicitly check AVIOContext.error The error …
(edit) @025225d   14 years rsbultje h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS …
(edit) @9f8f62d4   14 years mans Delete MAINTAINERS file This file is a bad idea and also badly …
(edit) @f1efbca5   14 years justin.ruggles ac3enc: add SIMD-optimized shifting functions for use with the …
(edit) @323e6fea   14 years justin.ruggles ac3enc: do not right-shift fixed-point coefficients in the final MDCT …
(edit) @6e7cf13b   14 years rsbultje mm decoder: move buffer allocation from decode_init() to …
(edit) @7f05c164   14 years rsbultje jv demuxer: prevent video packet size overflow In the event of …
(edit) @772cb062   14 years rsbultje jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number …
(edit) @20c1281f   14 years rsbultje jv demuxer: calculate palette_size for each frame in read_header …
(edit) @402f9ad5   14 years rsbultje Bitmap Brothers JV errata Signed-off-by: Ronald S. Bultje …
(edit) @bfaefd8   14 years rsbultje Bitmap Brothers JV demuxer Signed-off-by: Ronald S. Bultje …
(edit) @0697440c   14 years rsbultje Bitmap Brothers JV video decoder Signed-off-by: Ronald S. Bultje …
(edit) @21de9204   14 years rsbultje Update the url to the site website and change ffmpeg-devel to …
(edit) @0e6a3ee4   14 years lu_zero doc: document applehttp protocol The documentation might be extended …
(edit) @81a13131   14 years jason VP8: fix other function declaration Was missed in 3efbe137.
(edit) @0215006a   14 years mans VC1: Export profile/level Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @5dbe78bf   14 years mans ffmpeg: remove unused variable in ffmpeg_exit() Fix the warning: …
(edit) @1eeca886   14 years jason VP8: optimize VP8Context struct ordering Shaves at least 3KB off code …
(edit) @3efbe137   14 years jason VP8: fix function declaration
(edit) @b1d2f812   14 years jason VP8: token probs doesn't need padding prob[0] is the only prob array …
(edit) @628b48db   14 years jason VP8: use a goto to break out of two loops A break statement was …
(edit) @a5444fee   14 years mans Add CONFIG_AC3DSP symbol to simplify makefiles Signed-off-by: Mans …
(edit) @4fa18c56   14 years mans configure: use pkg-config helpers This makes existing pkg-config uses …
Note: See TracRevisionLog for help on using the revision log.