source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e6a045ba   12 years michaelni nutdec: Flip the direction for seeking with an index in the failure …
(edit) @cebbaf57   12 years michaelni nutdec: improve information in error message Signed-off-by: Michael …
(edit) @d1ee2cf7   12 years michaelni nutenc: keep track of the written syncpoint count Signed-off-by: …
(edit) @8f9941b1   12 years onemda avrndec: silence warning about incompatible pointer types …
(edit) @bfb39023   12 years michaelni h264: ff_init_cabac_states doesnt use its argument thus remove it …
(edit) @c684cb29   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @0c3a3b7   12 years michaelni ac3_probe: fix probing of non standard AC3 Signed-off-by: Michael …
(edit) @db707302   12 years mans x86: fft: remove unused fft_dispatch* functions These functions are …
(edit) @cba79d21   12 years mans avconv: remove unused variable opt_shortest This was replaced with a …
(edit) @4b9e4486   12 years michaelni lavf: fix avio statistics for packets directly read without the …
(edit) @efab2e00   12 years derek.buitenhuis FATE: Add Canopus Lossless tests Signed-off-by: Derek Buitenhuis …
(edit) @2626cc45   12 years Philip Langdale matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles. While not …
(edit) @0bb37bb   12 years michaelni riff: fix remuxing of atrac3 in wav The original codec expects 0 as …
(edit) @65b552c   12 years onemda lavc: add some missing .long_name to codec_descriptors[] …
(edit) @4abb3539   12 years Carl Eugen Hoyos Fix one of the problems with -codecs, -encoders and -decoders.
(edit) @aa7a5651   12 years derek.buitenhuis cllc: Pad swapped buffer The bitstream buffer must be padded, or the …
(edit) @2a57c9ae   12 years michaelni dpx: 10 and 12 bit encoding Encode GBRP10 pixel format into 10 bit …
(edit) @fef9e841   12 years stefasab examples/decoding_encoding.c: tell where the decoding output files are …
(edit) @864e8ad   12 years stefasab examples/muxing: update to the new avcodec_encode_video2() API
(edit) @5ac603df   12 years michaelni doc/developer: add "Adding files to the fate-suite dataset" …
(edit) @15a0fb58   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @bec180e   12 years michaelni Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93' * commit …
(edit) @6b72615c   12 years michaelni rtpdec_xiph: switch to av_assert() Signed-off-by: Michael Niedermayer …
(edit) @b66afe08   12 years stefasab lavfi/asetpts,setpts: rework debug log Show more information, and …
(edit) @1181461c   12 years stefasab lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTT
(edit) @01cb4c84   12 years kostya.shishkov utvideodec: Fix single symbol mode decoding Put the zero length check …
(edit) @3d6d59ef   12 years stefasab doc/filters: itemize examples for *settb filters
(edit) @c45178c   12 years stefasab doc/filters: itemize examples for *setpts filters
(edit) @0043db29   12 years stefasab doc/filters: move *setpts and *settb filters to the multimedia filters …
(edit) @0b9a915d   12 years stefasab lavfi: rename vf_setpts.c to f_setpts.c The file contains the asetpts …
(edit) @de608805   12 years nicolas.george lavc/dvdsubenc: check the type of rectangles. Avoid a crash if a text …
(edit) @081bab5e   12 years mans truespeech: drop useless casts These values already have the correct …
(edit) @0c88e7a2   12 years mans libavcodec: drop bogus dependencies from mpc[78] and qdm2 …
(edit) @2e2b8ef8   12 years mans mpegaudio: move ff_mpa_enwindow to a separate file This table is used …
(edit) @a1bcc76e   12 years anton cmdutils: fix a memleak when specifying an option twice.
(edit) @4d7adec8   12 years anton AVOptions: store defaults for INT64 options in int64 union member. …
(edit) @12b1512e   12 years michaelni lavf/utils: Try to unwrap pts/dts so as to minimize wraps Based on …
(edit) @254917f0   12 years michaelni lavf/utils: run update_initial_timestamps() outside some if() This …
(edit) @dc402854   12 years diego x86: mpegvideo: more sensible names for optimization file and init function
(edit) @d211547d   12 years diego x86: mpegvideoenc: Split optimizations off into a separate file
(edit) @26ce9aec   12 years diego dnxhdenc: x86: more sensible names for optimization file and init function
(edit) @f1e06d37   12 years diego svq1/svq3: Move common code out of SVQ1 decoder-specific file
(edit) @43da682c   12 years diego dirac: add Comments and references to the standard Signed-off-by: …
(edit) @06e751a4   12 years justin.ruggles lavr: x86: optimized 6-channel flt to fltp conversion
(edit) @e07c9705   12 years justin.ruggles lavr: x86: optimized 2-channel flt to fltp conversion
(edit) @5245c9f3   12 years justin.ruggles lavr: x86: optimized 6-channel flt to s16p conversion
(edit) @31d0d718   12 years justin.ruggles lavr: x86: optimized 2-channel flt to s16p conversion
(edit) @6092dafb   12 years justin.ruggles lavr: x86: optimized 6-channel s16 to fltp conversion
(edit) @91851a7b   12 years justin.ruggles lavr: x86: optimized 2-channel s16 to fltp conversion
(edit) @205ace88   12 years justin.ruggles lavr: x86: optimized 6-channel s16 to s16p conversion
(edit) @8eeffa8a   12 years justin.ruggles lavr: x86: optimized 2-channel s16 to s16p conversion
(edit) @b66e20d2   12 years justin.ruggles lavr: x86: optimized 2-channel fltp to flt conversion
(edit) @d5b4e50c   12 years justin.ruggles lavr: x86: optimized 6-channel fltp to s16 conversion
(edit) @a58a013   12 years justin.ruggles lavr: x86: optimized 2-channel fltp to s16 conversion
(edit) @90cc27f8   12 years justin.ruggles lavr: x86: optimized 6-channel s16p to flt conversion
(edit) @46f929ad   12 years justin.ruggles lavr: x86: optimized 2-channel s16p to flt conversion
(edit) @13df7d2d   12 years justin.ruggles lavr: x86: optimized 6-channel s16p to s16 conversion
(edit) @c0e1253   12 years justin.ruggles lavr: x86: optimized 2-channel s16p to s16 conversion
(edit) @91c18beb   12 years michaelni ffmpeg: fix wrap correction code. The code failed with negative …
(edit) @168ddcd3   12 years michaelni mjpeg: fix fliping with emu edges. Fixes Ticket121 Signed-off-by: …
(edit) @628e6d01   12 years michaelni Fix partially hidden macroblocks for 10-bit DNxHD. Signed-off-by: …
(edit) @15acfa2   12 years michaelni ffv1: more than 8 bit per RGB channel Add support for GBRP9, GBRP10, …
(edit) @2b3b52d5   12 years michaelni lagarith: fix alignment on buffers passed into prediction dsp code. …
(edit) @732dfc76   12 years michaelni lavf/ape: Fix stream duration calculation Fixes ticket #1662
(edit) @599a4e07   12 years michaelni mpeg4audio: dont take the SBR flag too serious. Fixes Ticket1049 …
(edit) @104f42e6   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7b44061f   12 years anton doc/APIchanges: add an entry for codec descriptors. Also fill in …
(edit) @a0a5fed9   12 years justin.ruggles vorbisenc: set AVCodecContext.bit_rate to 0 The Vorbis encoder is …
(edit) @890fddd0   12 years justin.ruggles vorbisenc: fix quality parameter This generates output with bitrates …
(edit) @c2271fa7   12 years nicolas.george lavfi: free partial audio buffers when destroying links. Fix a …
(edit) @e9812159   12 years justin.ruggles FATE: add ALAC encoding tests
(edit) @4b0e0f31   12 years justin.ruggles lpc: fix alignment of windowed samples for odd maximum LPC order …
(edit) @f24cc1b2   12 years justin.ruggles alacenc: use s16p sample format as input
(edit) @358078d9   12 years justin.ruggles alacenc: remove unneeded sample_fmt check
(edit) @ec7a212f   12 years justin.ruggles alacenc: fix max_frame_size calculation for the final frame
(edit) @081a822b   12 years michaelni FATE: Add Canopus Lossless tests Signed-off-by: Derek Buitenhuis …
(edit) @12ad68b7   12 years michaelni utvideoenc: use dsp.sub_hfyu_median_prediction Reviewed-by: Derek …
(edit) @729b2d02   12 years michaelni utvideoenc: align mangled buffer starts. This is essential for fast …
(edit) @d79c87a6   12 years michaelni utvideoenc: drop step Reviewed-by: Derek Buitenhuis …
(edit) @ba69eb52   12 years michaelni utvideoenc: avoid writing into the input picture. Reviewed-by: Derek …
(edit) @f92f4935   12 years michaelni utvideoenc: use ff_generate_len() 19% faster smaller files this may …
(edit) @52820bc5   12 years nicolas.george lavfi/overlay: fix return values. They were only roughly adapted when …
(edit) @a9cfe656   12 years nicolas.george lavfi/split: handle closed outputs. Return AVERROR_EOF if all outputs …
(edit) @8b61abac   12 years nicolas.george ffmpeg: use close_output_stream more systematically.
(edit) @666fd092   12 years nicolas.george ffmpeg: move close_output_stream earlier. It will avoid a forward …
(edit) @425b7711   12 years nicolas.george ffmpeg: make decoding_needed a counter.
(edit) @beeba916   12 years nicolas.george lavfi: add a closed field to AVFilerLink. It will help forward errors …
(edit) @ac07f941   12 years nicolas.george ffmpeg: use AV_BUFFERSRC_FLAG_PUSH. It reduces the lifespan of …
(edit) @5d4ef00   12 years justin.ruggles adpcm_swf: Use correct sample offsets when using trellis. Fixes …
(edit) @7011a42b   12 years lu_zero rtmp: support strict rtmp servers In order to send or receive a …
(edit) @ac330161   12 years lu_zero mjpegdec: support AVRn interlaced Signed-off-by: Luca Barbato …
(edit) @3f943fe6   12 years michaelni huffman/huffyuv: move lorens huffman table generation code to …
(edit) @4fced11d   12 years michaelni utvideoenc: optimize and simplify mangle_rgb_planes Reviewed-by: …
(edit) @5b170c0b   12 years mans x86: remove FASTDIV inline asm GCC 4.3 and later do the right thing …
(edit) @36999606   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @a7219529   12 years stefasab examples/decoding_encoding: flush audio frames in the encoder
(edit) @535df748   12 years stefasab examples/decoding_encoding: re-organize frame configuration code Put …
(edit) @780bf759   12 years stefasab doc/filters: fix level for the flite Examples subsection
(edit) @6fa48867   12 years diego build: x86: Only compile mpegvideo optimizations when necessary
(edit) @2c0b1642   12 years stefasab doc/faq: mention doc/examples Also provide a link to the github …
Note: See TracRevisionLog for help on using the revision log.