source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b7fe9c7a   13 years michaelni ffmpeg: fix pointer type (const) warning Signed-off-by: Michael …
(edit) @0ee32b9   13 years michaelni ffmpeg: remove unused variables Signed-off-by: Michael Niedermayer …
(edit) @36ab7948   13 years michaelni ffmpeg: fix uninitialized variable warning Signed-off-by: Michael …
(edit) @afcb6711   13 years michaelni Revert "Remove libvorbis Vorbis decoding support. Our native decoder …
(edit) @7c7c5b24   13 years michaelni avutil/log: allow av_log_set_callback (NULL) Idea-by: Don Moir …
(edit) @8ea5df4f   13 years michaelni lavc/utils: fix division by 0 Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @91e72e35   13 years michaelni omadec: Check geob datasize more completely Fixes out of heap array …
(edit) @eee89f69   13 years michaelni cdg: fix pts Fixes Ticket1226 Signed-off-by: Michael Niedermayer …
(edit) @7610dee8   13 years michaelni avfiltergraph: improve pick_format() without this the recent changes …
(edit) @61930bd0   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (27 …
(edit) @35894ebb   13 years Clément Bœsch Add tools/ffeval to .gitignore.
(edit) @a5486712   13 years michaelni ffmpeg: fix frame duration used for video sync. Signed-off-by: …
(edit) @1ca37e79   13 years michaelni src_buffer: ifdef->if CONFIG_* Reviewed-by: Stefano Signed-off-by: …
(edit) @c8b4a399   13 years diego libxvid: Give more suitable names to libxvid-related files.
(edit) @5b432d66   13 years diego libxvid: Separate libxvid encoder from libxvid rate control code. …
(edit) @727af82a   13 years diego jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse(). …
(edit) @454b1f9b   13 years diego fate: cosmetics: lowercase some comments
(edit) @7ac4bde2   13 years diego fate: Give more consistent names to some RealVideo/RealAudio tests.
(edit) @1b8c9271   13 years anton lavfi: add avfilter_get_audio_buffer_ref_from_arrays(). …
(edit) @9453c9e   13 years anton lavfi: add extended_data to AVFilterBuffer. This is similar to what …
(edit) @c22953b8   13 years anton lavc: check that extended_data is properly set in avcodec_encode_audio2().
(edit) @a5117a24   13 years anton lavc: pad last audio frame with silence when needed.
(edit) @6d7f6177   13 years anton samplefmt: add a function for filling a buffer with silence.
(edit) @142e740d   13 years anton samplefmt: add a function for copying audio samples.
(edit) @96843413   13 years anton lavr: do not try to copy to uninitialized output audio data. This …
(edit) @0982b0a4   13 years anton lavr: make avresample_read() with NULL output discard samples.
(edit) @b1f9be54   13 years mans fate: split idroq audio and video into separate tests Signed-off-by: …
(edit) @f7c2dca   13 years mans fate: improve dependencies This makes only tests actually using …
(edit) @63e01c2f   13 years mans fate: add convenient shorthands for ea-vp6, libavcodec, libavutil …
(edit) @f2a5586c   13 years mans fate: split some combined tests into separate audio and video tests …
(edit) @d57b43df   13 years mans fate: fix dependencies for probe tests Only the probe tests should …
(edit) @6766169c   13 years mans mips: intreadwrite: fix inline asm for gcc 4.8 Just like gcc 4.6 and …
(edit) @b82b49a5   13 years mans mips: intreadwrite: remove unnecessary inline asm GCC actually …
(edit) @eae77f46   13 years Carl Eugen Hoyos Fix lagarith YUY2 output.
(edit) @2c83265   13 years michaelni error: Try to make av_strerror() closer to binary identical across …
(edit) @ac712309   13 years anton lavfi: add video buffer sink, and use it in avtools Also add the …
(edit) @ab165047   13 years anton lavfi: add a function for copying properties from …
(edit) @f8b536a7   13 years michaelni parseutils: use strings instead of integers for error codes. error …
(edit) @9501b932   13 years michaelni parseutils: fix ;/, error Signed-off-by: Michael Niedermayer …
(edit) @5699884c   13 years lu_zero sctp: Initial tcp-alike sctp support with streams Signed-off-by: …
(edit) @38f06a14   13 years lu_zero libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to …
(edit) @66337bf9   13 years michaelni qdm2: print error messages instead of just retunring failures …
(edit) @badb0c07   13 years Reimar.Doeffinger CSCD: must use reget_buffer. Using release_buffer and get_buffer as …
(edit) @1ebf6f9   13 years michaelni g723_1: change to encode2() Signed-off-by: Michael Niedermayer …
(edit) @b4178a3   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
(edit) @b4b58485   13 years michaelni shorten: increase max_frame_size. Fixes Ticket1250 Signed-off-by: …
(edit) @0261902d   13 years michaelni doc/examples/Makefile: split lines up to make diffs that change them …
(edit) @40f81769   13 years diego options_table: Add some missing #includes to fix "make checkheaders". …
(edit) @3607dc2b   13 years alex.converse doc: Replace a stray reference to the old '-intra' flag.
(edit) @75e0324   13 years nicolas.george src_buffer: move code to avoid forward declarations.
(edit) @fcd0298c   13 years lu_zero rtsp: Add content-type message header parsing Signed-off-by: Luca …
(edit) @f7f6aaf9   13 years michaelni yuv4mpeg: support 9/10/16 bit pixel formats Signed-off-by: Jean First …
(edit) @e7117f1c   13 years michaelni aasc: use the correct reader offset Fixes Ticket1232 Signed-off-by: …
(edit) @b2e495a   13 years martin rtmp: Support 'rtmp_live', an option which specifies if the media is a …
(edit) @ce473de9   13 years diego av_samples_fill_array: Mark unmodified function argument as const. …
(edit) @541bfba8   13 years Carl Eugen Hoyos Write palettised targa. Fixes ticket #1190. Reviewed-by: Paul B Mahol
(edit) @299d58e1   13 years Carl Eugen Hoyos Support yuva422p rawvideo in nut.
(edit) @29fe6b3c   13 years Carl Eugen Hoyos Add yuva422p to yadif format list.
(edit) @4e4634aa   13 years Carl Eugen Hoyos Support yuva422p in ffv1.
(edit) @8ba543eb   13 years Carl Eugen Hoyos Add Avid Meridien (AVUI) decoder.
(edit) @143a5c55   13 years Carl Eugen Hoyos Add yuva422p pix_fmt.
(edit) @464e9ab   13 years kostya.shishkov lagarith: add YUY2 decoding support Unlike other variants, for YUY2 …
(edit) @58637a0b   13 years kostya.shishkov Support decoding unaligned rgb24 lagarith. Signed-off-by: Kostya …
(edit) @7da0a072   13 years michaelni mp3demux: fix id3 discard code Signed-off-by: Michael Niedermayer …
(edit) @f46185c   13 years michaelni mp3demux: fix off by 1 error Signed-off-by: Michael Niedermayer …
(edit) @3183c38a   13 years michaelni mp3decoder: discard ID3 tags Signed-off-by: Michael Niedermayer …
(edit) @01100415   13 years michaelni lavc/utils: change a few asserts to av_assert0() Signed-off-by: …
(edit) @36583d23   13 years michaelni audio_frame_que: simplify Also update libav->ffmpeg as theres pretty …
(edit) @520c1ec6   13 years diego dv: Split profile handling code into a separate file.
(edit) @364c71c8   13 years michaelni movenc: store codecs that dont provide a frame_size as audio_vbr=1 …
(edit) @653d117c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @0a3ad7ff   13 years anton flvenc: use AVFormatContext, not AVCodecContext for logging. Encoder …
(edit) @455245ca   13 years diego mov: Remove write-only variable in mov_read_chan(). …
(edit) @cb982739   13 years michaelni mpegvideo: double thread limit 16 seems a bit tight for current high …
(edit) @fa8fc3b7   13 years alex.converse fate: Change the probe-format refs to match the final text format …
(edit) @6345209a   13 years alex.converse fate: Add avprobe as a make dependency
(edit) @4bfa67bd   13 years alex.converse Add probe fate tests to test for regressions in detecting media types. …
(edit) @40fa14f7   13 years alex.converse fate: Add oneline comparison method Signed-off-by: Alex Converse …
(edit) @64953f67   13 years justin.ruggles qdm2: clip array indices returned by qdm2_get_vlc(). Prevents …
(edit) @fff9680d   13 years michaelni aacdec: Add forgotten flush See Ticket420 Signed-off-by: Michael …
(edit) @c6aa2c4b   13 years michaelni ffmpeg: print next_dts too on debug_ts Signed-off-by: Michael …
(edit) @8036a69e   13 years michaelni Decode XBR extension in first asset Reviewed-by: Benjamin Larsson …
(edit) @85e5b86   13 years justin.ruggles avplay: properly close/reopen AVAudioResampleContext on channel layout …
(edit) @f1322480   13 years justin.ruggles avcodec: do not needlessly set packet size to 0 in …
(edit) @74e10b62   13 years justin.ruggles avcodec: for audio encoding, reset output packet when it is not valid
(edit) @fa0319b4   13 years justin.ruggles avcodec: refactor avcodec_encode_audio2() to merge common branches
(edit) @b461cd4d   13 years justin.ruggles avcodec: remove fallbacks for AVCodec.encode() in …
(edit) @f14f3bae   13 years michaelni mp3enc: avoid ifdef Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @8da0a6cd   13 years michaelni mp3enc: Fix Xing tag identification string for CBR files Fixes the …
(edit) @fdc91863   13 years diego libschroedinger: Switch to function names more in line with Libav style.
(edit) @9cef0669   13 years diego Move code shared between libdirac and libschroedinger to …
(edit) @8134fafe   13 years anton lavfi: uninline avfilter_copy_buffer_ref_props(). A nontrivial public …
(edit) @1432c1c   13 years anton lavf: add missing '*' in a doxy.
(edit) @10d2ea26   13 years diego h264: Remove a commented-out function pointer typedef.
(edit) @ea140506   13 years diego txd: Remove write-only variable in txd_decode_frame(). …
(edit) @246b050f   13 years diego mmvideo.c: Remove unused variable in mm_decode_pal(). …
(edit) @dbe6ba55   13 years diego build: cosmetics: Add missing end-of-line backslashes to item lists.
(edit) @9eb83a56   13 years diego build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.
(edit) @1f4f7521   13 years diego libschroedinger: Move a function to avoid a forward declaration.
(edit) @b68c4ac   13 years diego pthread: warn on high thread counts Signed-off-by: Diego Biurrun …
Note: See TracRevisionLog for help on using the revision log.