source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @57149a92   14 years michaelni Remove occurrences of my old email address. Signed-off-by: Michael …
(edit) @1c31b26b   14 years Carl Eugen Hoyos Do not attempt to decode APE file with no frames. This fixes invalid …
(edit) @6947b0c4   14 years michaelni Merge remote-tracking branch 'newdev/master' Merged-by: Michael …
(edit) @27293b84   14 years michaelni Revert "ac3enc: shift coefficients to 24-bit following MDCT rather …
(edit) @f7a5e779   14 years michaelni Revert "ac3enc: add SIMD-optimized shifting functions for use with the …
(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) @6e1f0d5e   14 years pross mm decoder: move buffer allocation from decode_init() to …
(edit) @435535e   14 years pross jv demuxer: prevent video packet size overflow In the event of …
(edit) @47860766   14 years michaelni fbdev: fix check on nanosleep return vale In fbdev_read_packet(): …
(edit) @57d63d43   14 years michaelni jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number …
(edit) @2f1084ca   14 years michaelni jv demuxer: calculate palette_size for each frame in read_header …
(edit) @81a13131   14 years jason VP8: fix other function declaration Was missed in 3efbe137.
(edit) @fbe98aee   14 years michaelni Revert "configure: allow checking multiple functions in …
(edit) @8876c8ae   14 years michaelni Revert "configure: improve pkg-config support" This reverts commit …
(edit) @a0a1b7b9   14 years michaelni Revert "configure: use pkg-config helpers" This reverts commit …
(edit) @27efa296   14 years michaelni Merge branch 'master' of git://git.ffmpeg.org/ffmpeg Merged-by: …
(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 …
(edit) @3f8040db   14 years mans configure: improve pkg-config support This adds helper functions for …
(edit) @edaf1ae2   14 years mans configure: allow checking multiple functions in check_func_headers() …
(edit) @3efbbbb5   14 years michaelni Merge remote-tracking branch 'remotes/newdev/master' Merged-by: …
(edit) @2800e8d6   14 years michaelni Revert "ac3enc: use MUL64() to multiply fixed-point coefficients" …
(edit) @5126a8ec   14 years michaelni Fix av_find_best_stream when providing a wanted stream In the main …
(edit) @fa14610d   14 years michaelni Fix av_find_best_stream when decoder_ret is given and using a related …
(edit) @9f720d5f   14 years michaelni Bitmap Brothers JV errata Signed-off-by: Michael Niedermayer …
(edit) @48e0d222   14 years michaelni Bitmap Brothers JV demuxer Signed-off-by: Michael Niedermayer …
(edit) @2f46a0af   14 years michaelni Bitmap Brothers JV video decoder Signed-off-by: Michael Niedermayer …
(edit) @75a8e0f0   14 years michaelni Add avio_skip()
(edit) @35d7d6f7   14 years rsbultje Add one more avc intra fourcc and extend the description …
(edit) @aecd0a44   14 years rsbultje Export profiles from the mpeg2 video decoder Signed-off-by: Ronald S. …
(edit) @b33fa8a1   14 years michaelni CrystalHD decoder support v7 The Broadcom CrystalHD decoder chips …
(edit) @0b82612d   14 years michaelni ffplay: Continue if the file was appended to. This is a bit …
(edit) @3bd624b   14 years michaelni Fix url_feof() for file appendings. Signed-off-by: Michael Niedermayer …
(edit) @9c55fe8f   14 years michaelni Merge remote-tracking branch 'remotes/newdev/master' Merged-by: …
(edit) @ffb03045   14 years michaelni id3v2: fix typo in error message Signed-off-by: Mans Rullgard …
(edit) @fb61a7c5   14 years mans id3v2: fix typo in error message Signed-off-by: Mans Rullgard …
(edit) @31ff9bd7   14 years rsbultje aacenc: Fix a segfault in search_for_quantizers This reverts the …
(edit) @0de8ebf   14 years Carl Eugen Hoyos Do not use AVFMT_FLAG_NONBLOCK for the output file. Allows to use …
(edit) @cc4d3dd3   14 years michaelni ac3enc: add SIMD-optimized shifting functions for use with the …
(edit) @7e0a284   14 years michaelni ac3enc: shift coefficients to 24-bit following MDCT rather than using …
(edit) @67fc32ac   14 years michaelni ac3enc: use MUL64() to multiply fixed-point coefficients …
(edit) @76d4c167   14 years michaelni Add a dummy option -i to ffplay so that it is easy to switch between …
(edit) @1a204f0   14 years michaelni framebuffer device demuxer
(edit) @f56c4850   14 years michaelni aacenc: Fix a segfault in search_for_quantizers This reverts the …
(edit) @b543e1dc   14 years michaelni mpegts: add all stream languages into metadata This is used at least …
(edit) @aa612fbb   14 years michaelni In retry_transfer_wrapper, do not check url_interrupt_cb, causes …
(edit) @a2fc93f7   14 years michaelni Flag DVB subtitles for the hard hearing appropriately using their …
(edit) @70b59063   14 years michaelni mpegtsenc: handle multiple language tags per stream Signed-off-by: …
(edit) @750fbbc2   14 years michaelni reindent. (cherry picked from commit …
(edit) @f8bc86d4   14 years michaelni avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h …
(edit) @718975aa   14 years michaelni avio: deprecate url_fget_max_packet_size AVIOContext.max_packet_size …
(edit) @5e06b020   14 years michaelni aacenc: remove the data arrays Signed-off-by: Ronald S. Bultje …
(edit) @c0fd48a7   14 years michaelni lavf: document the use of multiple entries in language metadata tag …
(edit) @08d804ab   14 years michaelni aac_latm_dec: use aac context and aac m4ac When decoding latm config, …
(edit) @e95f3363   14 years michaelni ac3enc: add some assertions (cherry picked from commit …
(edit) @e8a0c465   14 years michaelni ac3enc: use av_assert2() instead of assert() to make debugging easier. …
(edit) @539244ee   14 years michaelni cosmetics: rename ff_fmt_convert_init_ppc() to …
(edit) @21527d52   14 years michaelni Add audio codec 0x1600 (ADTS AAC) Signed-off-by: Ronald S. Bultje …
(edit) @db44ea96   14 years michaelni avio: avio_ prefix for url_fsize Signed-off-by: Ronald S. Bultje …
(edit) @1447dc59   14 years michaelni avio: deprecate url_fgetc and remove all it uses Signed-off-by: …
(edit) @de3ef792   14 years michaelni avio: deprecate url_fgets It's not used anywhere and doesn't look ver …
(edit) @e4a26958   14 years michaelni h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found. …
(edit) @fb8d710f   14 years michaelni Add Apple HTTP Live Streaming protocol handler Signed-off-by: Luca …
(edit) @de0bddea   14 years michaelni URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME If this flag is set, …
(edit) @0ea285dd   14 years michaelni URLProtocol: Add a flags field Signed-off-by: Luca Barbato …
(edit) @49e617f   14 years michaelni yadif: add parens around macro parameters This fixes compilation with …
(edit) @ac533ac   14 years Carl Eugen Hoyos Do not loop endlessly if id3v2 tag size is negative / too large. …
(edit) @2a8175ff   14 years Carl Eugen Hoyos Change filesize to int64_t.
(edit) @f8fab749   14 years Carl Eugen Hoyos Seek back to old position after reading id3v1 tag. FFmpeg did not …
(edit) @66e5b1df   14 years rsbultje avio: deprecate url_feof AVIOContext.eof_reached should be used …
(edit) @6a7e074e   14 years rsbultje mpegts: add all stream languages into metadata This is used at least …
(edit) @688c22e0   14 years rsbultje In retry_transfer_wrapper, do not check url_interrupt_cb, causes …
(edit) @789936db   14 years rsbultje Flag DVB subtitles for the hard hearing appropriately using their …
(edit) @435cebd0   14 years rsbultje mpegtsenc: handle multiple language tags per stream Signed-off-by: …
(edit) @89e568f   14 years rsbultje lavf: update documentation of AVOutputFormat.flags Signed-off-by: …
(edit) @4e84f994   14 years rsbultje reindent.
(edit) @f1ef2cd9   14 years rsbultje avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h …
(edit) @e8bb2e24   14 years rsbultje avio: deprecate url_fget_max_packet_size AVIOContext.max_packet_size …
Note: See TracRevisionLog for help on using the revision log.