source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5347b9da   13 years michaelni swr-test: print channel layout, instead of just channel counts …
(edit) @e6c460e3   13 years michaelni swr-test: Use randomized collision free hypercube corner enumeration …
(edit) @7461e9ae   13 years michaelni swr-test: use formats array Signed-off-by: Michael Niedermayer …
(edit) @69f3af95   13 years michaelni swr-test: remove 0 terminator in layouts for consistency …
(edit) @b1519102   13 years michaelni swr-test: add rates tables containing a new set of sample rates. …
(edit) @030d6b65   13 years michaelni swr-test: indent Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @dd63e275   13 years michaelni swr-test: add sorted formats table from avr Signed-off-by: Michael …
(edit) @a4b58fd9   13 years michaelni ffv1: add examples of supported slices counts Signed-off-by: Michael …
(edit) @da958795   13 years michaelni swr: pass resample parameters from the user to the resampler. doxy …
(edit) @a522e03   13 years michaelni swr: Add longer more descriptive alternative AVOptions. They match …
(edit) @20fc6104   13 years michaelni swr: Capitalize help texts for AVOptions Signed-off-by: Michael …
(edit) @36a9dd2f   13 years michaelni swr: align options a little Signed-off-by: Michael Niedermayer …
(edit) @23282c22   13 years michaelni swr: set AV_OPT_FLAG_AUDIO_PARAM for the AVOptions Signed-off-by: …
(edit) @3ead79ea   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @cab15f9   13 years michaelni ffv1: remove clear_state(), it has become unused Signed-off-by: …
(edit) @83bf9fb6   13 years michaelni ffv1: move clear_state() to clear_slice_state() in encoding threads …
(edit) @68a9194b   13 years michaelni ffv1: indent Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @3f4c0dad   13 years michaelni ffv1: move init_slice_state() into the decoder threads. …
(edit) @60217b5b   13 years michaelni ffv1: Remove slice count field with 1.3 and just count slices. This …
(edit) @3ed6917a   13 years michaelni ffv1: store slice size with all slices in 1.3 This simplifies …
(edit) @c24ca7b8   13 years michaelni ffv1: add 1 status byte to slices in in case crcs are stored too. …
(edit) @0c278545   13 years michaelni ffv1: Always store slice size when error reobustness is enabled. This …
(edit) @16524d1b   13 years michaelni ffv1: include solution hint in the slice error message Signed-off-by: …
(edit) @394dbde5   13 years justin.ruggles FATE: use updated reference for aac-latm_stereo_to_51 This uses …
(edit) @bcb82fe1   13 years justin.ruggles avconv: use libavresample
(edit) @c8af852b   13 years justin.ruggles Add libavresample This is a new library for audio sample format, …
(edit) @8f899545   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @fe5bc46f   13 years michaelni ffv1: support vlc mode in 1.3 Signed-off-by: Michael Niedermayer …
(edit) @31581603   13 years michaelni ffv1: move the decoder side ac->vlc switch to decode_slice() …
(edit) @44f789c0   13 years michaelni ffv1: allow selecting 1.3 by using -level Note, 1.3 is not finalized …
(edit) @e37419a8   13 years michaelni ffv1: move ac->vlc switch to encode_slice() This will allow us to use …
(edit) @c5671aeb   13 years justin.ruggles FATE: avoid channel mixing in lavf-dv_fmt This partially reverts …
(edit) @2b336df   13 years Reimar.Doeffinger parseutils: reliably detect out-of-range alpha. This should fix the …
(edit) @44bd2f90   13 years michaelni ffmpeg: Fix initial dts for streamcopy, if the input packets lack dts. …
(edit) @ae0591f9   13 years Carl Eugen Hoyos Add missing newline in shorten decoder.
(edit) @fd2cd64f   13 years nicolas.george avfiltergraph: fix format selection. The old code had two bugs: For …
(edit) @62b745a6   13 years nicolas.george ffmpeg: do not report EOF as an error. Not all processing goes …
(edit) @9c99bc43   13 years michaelni mpc8: print error messages on maxband(s) errors Signed-off-by: …
(edit) @88ee2aa   13 years michaelni mpc8: make maxband check less picky. Fixes Ticket1245 Signed-off-by: …
(edit) @8c4022ac   13 years anton avconv: fix a segfault on -c copy with -filter_complex.
(edit) @3bbf3f7e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2e8f19d2   13 years nicolas.george avfiltergraph: free the sink_links heap.
(edit) @c799e462   13 years Reimar.Doeffinger Get rid of tests/data/asynth-%.sw rule. This also avoids an issue …
(edit) @29545741   13 years michaelni indeo4: check quant_mat more fully. quant_mats valid range depends on …
(edit) @53253a0b   13 years Reimar.Doeffinger Simplify asynth sample generation. One rule can be used to generate …
(edit) @462a5b78   13 years derek.buitenhuis isom: Support more DTS codec identifiers. DTS LBR identifier ('dtse') …
(edit) @7521c4ba   13 years justin.ruggles matroska: Clear prev_pkt between seeks. The new incremental parser …
(edit) @83b26046   13 years justin.ruggles avutil: change default buffer size alignment for sample buffer …
(edit) @068d0b4e   13 years michaelni h264: some fields in SEIs are longer than 25 bits thus use …
(edit) @1e43786   13 years nicolas.george print_options: warn that the files are generated.
(edit) @9b84f8a9   13 years nicolas.george parseutils: add av_parse_time() test.
(edit) @43b70680   13 years nicolas.george parseutils: make av_parse_time() check for failure. Until now, …
(edit) @9246896f   13 years nicolas.george parseutils: add FATE test.
(edit) @99f29108   13 years nicolas.george ffmpeg: directly request frames from filters. It allows ffmpeg …
(edit) @e11110de   13 years nicolas.george buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST.
(edit) @2d6522ba   13 years nicolas.george vsrc_buffer: count the number of failed requests.
(edit) @f75ee403   13 years nicolas.george vsrc_buffer: return EAGAIN if no frame is available. This is not an …
(edit) @2ce79727   13 years nicolas.george avfiltergraph: add avfilter_graph_request_oldest(). Keep a heap of …
(edit) @e0761fee   13 years nicolas.george avfilter: add a pointer from links to graph.
(edit) @78ac49c2   13 years nicolas.george avfilter: document request_frame return codes.
(edit) @73bc019b   13 years nicolas.george lavf: print a warning if probesize seems not enough.
(edit) @4d870010   13 years michaelni vp8: fix crash due to skiped update_dimensions(). Found-by: Mateusz …
(edit) @0ca4414d   13 years martin audemux: Add a sanity check for the number of channels Fixes a …
(edit) @a229d6c2   13 years diego Remove libdirac decoder. libschroedinger is the preferred way to …
(edit) @8336eb6f   13 years lu_zero matroska: Add incremental parsing of clusters. Reduces the amount of …
(edit) @1381081c   13 years lu_zero avconv: fix off by one check in complex_filter nb_input_files is …
(edit) @269cb675   13 years martin mpegts: Try seeking back even for nonseekable protocols The mpegts …
(edit) @70d54392   13 years michaelni lowres2 support. The new lowres support is limited to decoders where …
(edit) @92ef4be4   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …
(edit) @2e07f42   13 years Carl Eugen Hoyos Support flicvideo with 904 bytes extradata. Fixes ticket #1234.
(edit) @2ea5f866   13 years michaelni ffmpeg: assert the refcount of decoded frames Signed-off-by: Michael …
(edit) @22a6a23a   13 years michaelni ffmpeg: assert the refcount of allocated frames, Signed-off-by: …
(edit) @cf09496c   13 years michaelni ffmpeg: assert against creation of cycles in the pools linked list. …
(edit) @be2b927a   13 years michaelni ffmpeg: stricter refcount check in unref_buffer() Signed-off-by: …
(edit) @951cbea   13 years michaelni mpeg12dec: reset data size after parsing extradata. This ended up …
(edit) @9b75ae05   13 years diego swscale: K&R formatting cosmetics (part III)
(edit) @41abc9da   13 years michaelni iff: fix null ptr dereference Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @52fdaf27   13 years michaelni audemux: Fix potential integer overflow leading to a division by 0 …
(edit) @8aa57b7b   13 years michaelni audemux: Check channels isnt 0 Fixes a division by 0 Found-by: …
(edit) @fd2127ad   13 years michaelni wtvdec: Check that stream private context has been allocated before …
(edit) @9a4f5b7   13 years michaelni mjpegbdec: check SOS/SOF ordering. Fixes null ptr dereference …
(edit) @abec654   13 years michaelni ffv1dec: Require a valid keyframe for decoding non keyframes. Before …
(edit) @d526c533   13 years mans ARM: allow runtime masking of CPU features This allows masking CPU …
(edit) @23a6e474   13 years nicolas.george ffmpeg: fix validity test for file index. Also fix a typo in the next …
(edit) @605f2b6b   13 years michaelni asv1dec: check extradatasize before reading. Fixes null ptr …
(edit) @fa5dacce   13 years michaelni indeo5: check against scaleable frames in non scaleable streams. …
(edit) @2a59abf1   13 years michaelni smackerdemux: Allocate padding for extradata Fixes slight overread. …
(edit) @f7c6753   13 years michaelni svq1dec: Fix overread on very small input Found-by: Mateusz "j00ru" …
(edit) @b21ba20c   13 years michaelni wmaprodec: tighter check for num_vec_coeffs Found-by: Mateusz "j00ru" …
(edit) @c047afb8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2f06b56   13 years Carl Eugen Hoyos Support broken v210 files with 64 byte padding. Fixes ticket #743. …
(edit) @6c0027bb   13 years michaelni dnxhddec: check that the indicated bit depth matches the tables. …
(edit) @8c59e0c3   13 years michaelni xldec: move buffer size check up, it can be done before allocating a …
(edit) @94b42da   13 years michaelni xldec: Check that width is a multiple of 4 Fixes out of array reads …
(edit) @d7458bc8   13 years mans dsputil: remove unused functions These functions were left unused by …
(edit) @94c9bf88   13 years derek.buitenhuis mov: Treat keyframe indexes as 1-origin if starting at non-zero. …
(edit) @ba986931   13 years derek.buitenhuis mov: Take stps entries into consideration also about key_off. …
(edit) @2bcbd984   13 years mans Remove lowres video decoding This feature is complex, of questionable …
(edit) @80d5168   13 years michaelni xmvdemux: prefer av_freep() to deallocate audio stream structs. …
(edit) @13381577   13 years michaelni xmvdemux: dont let current_stream become invalid. Found-by: Mateusz …
Note: See TracRevisionLog for help on using the revision log.