source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bc900501   13 years michaelni udp: Replace double select() by select+mutex+cond. When no data was …
(edit) @3dcbafc7   13 years michaelni udp: return circular buffer error if such error happened. …
(edit) @9eb0d8ba   13 years michaelni fifo: Make writes atomic. Prior to this a X bytes write could be seen …
(edit) @dd1fb65   13 years michaelni Merge remote-tracking branch 'tjoppen/fuzz_fixes' * …
(edit) @834f80d   13 years stefasab platform.texi: close @enumerate section in the "Using shared …
(edit) @acb67c5b   13 years stefasab lavd/lavfi: fix two memleaks. Signed-off-by: Nicolas George …
(edit) @386aee68   13 years stefasab sink_buffer: copy list of provided formats in the context A list of …
(edit) @ab6603b   13 years michaelni libswresample.v: add swresample* for cmdutils.c Signed-off-by: …
(edit) @a4209ad6   13 years michaelni lavf: Add SMJPEG demuxer. Signed-off-by: Paul B Mahol …
(edit) @9eae8396   13 years michaelni cmdutils: restore vertical alignment of versions Signed-off-by: …
(edit) @3bd02db9   13 years michaelni cmdutils: print swr versions too Signed-off-by: Michael Niedermayer …
(edit) @3339f87d   13 years michaelni swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100 Signed-off-by: …
(edit) @4468ad8   13 years michaelni swr: add swresample_version swresample_configuration and …
(edit) @0f91a57   13 years michaelni libswscale: increase LIBSWSCALE_VERSION_MICRO to 100 Signed-off-by: …
(edit) @55a6d8d9   13 years michaelni libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100 Signed-off-by: …
(edit) @d5874e9c   13 years michaelni libavdevice: increase LIBAVDEVICE_VERSION_MICRO to 100 Signed-off-by: …
(edit) @2a85358d   13 years michaelni libavformat: increase LIBAVFORMAT_VERSION_MICRO to 100 Signed-off-by: …
(edit) @1674073b   13 years michaelni libavutil: increase LIBAVUTIL_VERSION_MICRO to 100 Signed-off-by: …
(edit) @f0e90e00   13 years michaelni lavc: make 100 the base for the micro version number. This way ffmpeg …
(edit) @52c522c7   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (27 …
(edit) @a40f43db   13 years michaelni error_concealment: optimize guess_dc() Fixes Ticket811 Bug found by: …
(edit) @8d960fbc   13 years michaelni ipmovie: fix FPE Fixed Ticket807 Bug found by: Oana Stratulat …
(edit) @2b73cddd   13 years michaelni proresdec: Check yuv slice data sizes. Fixes overread Fixes Ticket812 …
(edit) @7028c9f4   13 years Clément Bœsch Clearer explanation of audio channel mapping restrictions
(edit) @e9dc9201   13 years justin.ruggles asfdec: add side data to ASFStream packet instead of output packet. …
(edit) @3f9257c5   13 years justin.ruggles idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur. …
(edit) @ce949481   13 years martin nellymoserdec: Indicate that the decoder can handle changed parameters …
(edit) @f13db94d   13 years martin libavcodec: Apply parameter change side data when decoding audio …
(edit) @2215c39e   13 years martin flvdec: Add param change side data if the sample rate or channels have …
(edit) @3e79c2ad   13 years martin libavformat: Add a utility function for adding parameter change side …
(edit) @fe75dc85   13 years martin libavcodec: Define a side data type for parameter changes Also define …
(edit) @132846b0   13 years martin aacdec: Handle new extradata passed as side data Signed-off-by: …
(edit) @251f320f   13 years martin flvdec: Export new AAC/H.264 extradata as side data on the next packet …
(edit) @195c123c   13 years martin libavcodec: Define a side data type for new extradata Signed-off-by: …
(edit) @1f797a58   13 years nicolas.george doc: add a list of errno codes on some systems.
(edit) @20af3af5   13 years nicolas.george mov: replace AVERROR(EOF) with AVERROR_EOF.
(edit) @a40f6a5c   13 years michaelni mpeg12dec: reset first_field with picture_structure changes. Fixes …
(edit) @17c84f4e   13 years justin.ruggles flacdec: skip all track indices at once instead of looping. …
(edit) @c15da594   13 years janne-libav mxf: Add PictureEssenceCoding UL for V210. Signed-off-by: Janne …
(edit) @6547fd9   13 years janne-libav mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24* …
(edit) @adff77f2   13 years janne-libav mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container. Support …
(edit) @4ee04247   13 years janne-libav mxf: H.264/MPEG-4 AVC Intra support Signed-off-by: Janne Grunau …
(edit) @1fbb859c   13 years michaelni Merge remote-tracking branch 'tjoppen/mxf_fixes_20111220' * …
(edit) @c3846e3e   13 years michaelni lavc: Do not fail audio decoding if user has set a custom get_buffer. …
(edit) @9c984b1b   13 years martin configure: Show whether the safe bitstream reader is enabled …
(edit) @cc1dda85   13 years tomas.hardin mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit …
(edit) @0cd21dda   13 years tomas.hardin mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index() This fixes …
(edit) @46d65fb   13 years tomas.hardin mxfdec: Sanity check PreviousPartition Without this certain files …
(edit) @e7839602   13 years tomas.hardin mxfdec: Never seek back in local sets and KLVs Specially crafted …
(edit) @184f4790   13 years tomas.hardin mxfdec: Move the current_partition check inside mxf_read_header() …
(edit) @4ae7d451   13 years tomas.hardin mxfdec: Fix infinite loop in mxf_packet_timestamps() This can happen …
(edit) @2116e4ba   13 years tomas.hardin mxfdec: Check url_feof() in mxf_read_local_tags() This fixes the …
(edit) @5e5e69d0   13 years tomas.hardin mxfdec: Check for NULL component This fixes SIGSEGV with zzuf1.mxf
(edit) @6fdb2ce3   13 years diego x86: Tighten register constraints for decode_significance*_x86. On …
(edit) @c1836540   13 years diego Replace Subversion revisions in comments by Git hashes.
(edit) @8742a4f   13 years diego h264_cabac: synchronize decode_significance_*_x86 conditionals The …
(edit) @2003a292   13 years rsbultje w32threads: wait for the waked thread in pthread_cond_signal. This …
(edit) @077b086d   13 years michaelni avio: remove ENOTSUP mention in doxy as its not available on all …
(edit) @3be1a4b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @021914e2   13 years alex.converse aacdec: Cleanup decode_ics_info. Remove unused function argument. …
(edit) @139cef8e   13 years lu_zero network: properly declare WSADATA in windows Fixed "ISO C90 forbids …
(edit) @9f3c77dd   13 years lu_zero fate: account for NUT 10bit support Some libavifilter tests use NUT …
(edit) @9d6b2077   13 years mans build: error on mixed declarations and code Signed-off-by: Mans …
(edit) @514294e8   13 years mans postproc: altivec: fix remaining mixed declarations and code …
(edit) @b49b836   13 years mans postproc: altivec: untemplate some variable names These variables are …
(edit) @b1bcddfb   13 years mans postproc: altivec: fix trivial cases of mixed declarations and code …
(edit) @134aaa79   13 years michaelni indeo3: Fix null ptr dereference Fixes Ticket804 Bug found by: Oana …
(edit) @fc739b79   13 years michaelni golomb: fix end of bitstream check Fixes Ticket806 Bug found by Oana …
(edit) @7feb7f16   13 years michaelni mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() …
(edit) @37c0dc62   13 years lu_zero lavc: always align height by 32 pixel Interlaced content for most …
(edit) @91b1e6f0   13 years lu_zero raw: add 10bit YUV definitions Signed-off-by: Luca Barbato …
(edit) @432f0e5b   13 years lu_zero nut: support 10bit YUV Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(edit) @1ce1578e   13 years diego mpegvideo_enc: separate declarations and statements …
(edit) @a55eb158   13 years diego oma: make header compile standalone
(edit) @bc4d1561   13 years diego vp3: Reorder some functions to fix VP3 build with Theora disabled.
(edit) @19277d93   13 years diego build: fix standalone compilation of ADX encoder The encoder depends …
(edit) @18725fcd   13 years diego build: fix standalone compilation of ADPCM decoders The generic ADPCM …
(edit) @606c9297   13 years diego build: fix standalone compilation of mpc7/mpc8 decoders These …
(edit) @f27930c   13 years michaelni indeo5: Fix null pointer dereference Fixes Ticket803 Bug found by: …
(edit) @452406bd   13 years michaelni ff*: Fix duplicatedly printed version info with -version …
(edit) @1443ea93   13 years justin.ruggles 4xm: Use bytestream2 functions to prevent overreads Fixes Bug 110. …
(edit) @fd22616   13 years justin.ruggles bytestream: add a new set of bytestream functions with overread …
(edit) @b0aaf30   13 years nicolas.george Replace PATCHWELCOME by relevant error codes. This supersedes commit …
(edit) @41bdd4ad   13 years alex.converse mpegts: Suppress invalid timebase warnings on DMB streams. …
(edit) @d9b89b2   13 years alex.converse mpegts: Fix typo in handling sections in the PMT. This was an error …
(edit) @154c0a8c   13 years michaelni replace ENOTSUP by AVERROR_PATCHWELCOME This unbreaks compilation …
(edit) @d1c1e35   13 years michaelni doc: make developer.texi point to correct fate doc Signed-off-by: …
(edit) @c1acd581   13 years michaelni roq: fix excessive memory alloc Fixes Ticket802 Bug found by: Oana …
(edit) @a8469223   13 years michaelni alac: Check for bitstream overread Fixes Ticket801 Bug found by: Oana …
(edit) @65f0f918   13 years michaelni tm2: Check remaining size before init_get_bits() Fixes a null pointer …
(edit) @3c7f75bd   13 years michaelni avidec: move eof check before continue. Fixes a infinite loop Fixes …
(edit) @abab4408   13 years michaelni doc: fate: Support building a plain text version Also create a …
(edit) @a4872cfe   13 years michaelni doc: fate: Move documentation from .txt to .texi The fate.txt file …
(edit) @e5cbf24e   13 years michaelni doc: build: TEXIDEP: Recognize verbatim includes When generating …
(edit) @f1622a17   13 years stefasab lavd/lavfi: reindent block in lavfi_read_header
(edit) @4d475f7e   13 years stefasab lavd/lavfi: add check in case pix_fmts cannot be allocated in …
(edit) @5b718009   13 years tomas.hardin mxfdec: Sanity-check SampleRate This avoids a SIGFPE if SampleRate is …
(edit) @1888bd1b   13 years tomas.hardin mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() …
(edit) @aa1c590b   13 years michaelni swr: fix assert failure Bug found by: Oana Stratulat GCI-id: 7211207 …
(edit) @1fa0ee12   13 years michaelni Changelog: split version next and 0.9 Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.