source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5cc5d9d5   12 years michaelni dpx: 10 and 12 bit decoding Rewrite 10 bit dpx decoder to decode into …
(edit) @99f50907   12 years michaelni aiffdec: try #2 to fix bps Signed-off-by: Michael Niedermayer …
(edit) @4abb88d7   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2bd6717   12 years martin vf_hqdn3d: Don't declare the loop variable within the for loop This …
(edit) @e0f7a9f6   12 years lu_zero huffyuv: update to current coding style
(edit) @f76e4787   12 years lu_zero huffman: update to current coding style
(edit) @125c6c07   12 years martin rtsp: Free the rtpdec context properly The condition for calling the …
(edit) @60924dfe   12 years stefasab examples/decoding_encoding: make operation logic more self-evident / …
(edit) @3b0e2763   12 years stefasab examples/Makefile: apply misc minor fixes to the RM rule Use $(RM) in …
(edit) @c0bca642   12 years stefasab examples/decoding_encoding: store temporary files in current dir Do …
(edit) @73b40daf   12 years Carl Eugen Hoyos Use correct format identifier for uint64_t.
(edit) @4e8b206   12 years michaelni mpc: fix seeking to the end Fixes Ticket1689 Signed-off-by: Michael …
(edit) @a503afb1   12 years michaelni mpc: clip seeking timestamp in valid range Signed-off-by: Michael …
(edit) @3f02c533   12 years diego build: fft: x86: Drop unused YASM-OBJS-FFT- variable
(edit) @b9b97c2f   12 years michaelni aiffdec: fix bits per sample Fixes Ticket1660 Signed-off-by: Michael …
(edit) @a366bea   12 years michaelni ffplay: fix odd YUV width by cropping the video Should fix issue …
(edit) @95d1af11   12 years michaelni build: Fix compilation when configuring with a prog suffix Fixes …
(edit) @851bac4b   12 years michaelni vf_hqdn3d: avoid declaring variable in for() This should fix …
(edit) @17106a7c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @3a621c9   12 years michaelni nutenc: Support writing an index The seek test improves in accuracy …
(edit) @b2a8ce4e   12 years michaelni nutenc: keep track of max_pts Signed-off-by: Michael Niedermayer …
(edit) @c2a134c6   12 years michaelni nutenc: keep track if keyframe PTS Signed-off-by: Michael Niedermayer …
(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) @d7f9786c   12 years diego audio_frame_queue: Clean up ff_af_queue_log_state debug function The …
(edit) @1ce5dce4   12 years diego dwt: Remove unused code.
(edit) @88386fee   12 years diego cavs: convert cavsdata.h to a .c file Defining tables in header files …
(edit) @a6d9f9e   12 years diego cavs: Move inline functions only used in one file out of the header
(edit) @ef07ac1e   12 years diego cavs: Move data tables used in only one place to that file
(edit) @09bd0ea9   12 years diego fate: Add a single symbol Ut Video decoder test Signed-off-by: Diego …
(edit) @7a1944b9   12 years Loren Merritt vf_hqdn3d: x86 asm 13% faster on penryn, 16% on sandybridge, 15% on …
(edit) @566858a7   12 years Loren Merritt vf_hqdn3d: support 16bit colordepth
(edit) @8f9941b1   12 years onemda avrndec: silence warning about incompatible pointer types …
(edit) @44b0b85f   12 years anton avconv: prefer user-forced input framerate when choosing output framerate
(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 …
Note: See TracRevisionLog for help on using the revision log.