source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ba2cf854   12 years michaelni lavc: move AVRn to a seperate decoder. The special cases in demuxers …
(edit) @a93c221c   12 years michaelni dshow: protect access to curbufsize Signed-off-by: rogerdpack …
(edit) @42dbf06d   12 years michaelni dshow: cleanup reference Signed-off-by: rogerdpack …
(edit) @c28d80f   12 years nicolas.george lavc: avcodec_get_name: return "none" for AV_CODEC_ID_NONE.
(edit) @c9fe8644   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4855022a   12 years mans vorbisdec: remove some pointless comments Signed-off-by: Mans …
(edit) @5980e57c   12 years nicolas.george lavfi: add volumedetect filter.
(edit) @13b965ea   12 years nicolas.george ffmpeg: reindent after last commit.
(edit) @429c6ca   12 years nicolas.george ffmpeg: reduce differences with avconv for in/out scheduling. Rework …
(edit) @af508608   12 years michaelni ffmpeg: Clip invalid video timestamps like audio instead of failing …
(edit) @0de4918f   12 years michaelni rawdec: support AVRn 1:1 raw interlaced mode Fixes Ticket971 …
(edit) @e35c0ee0   12 years stefasab lavf/segment: fix computation of M3U8 segment target duration Use …
(edit) @a21f65b5   12 years michaelni elbg: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @9018f8c3   12 years michaelni elbg: fix assert It seems the condition was flipped from what was …
(edit) @28ff17fa   12 years michaelni lavf: add use_wallclock_as_timestamps This may fix Ticket730 …
(edit) @92b8c9d8   12 years nicolas.george lavf/au: check bits per coded sample. Without that, it would …
(edit) @7f46f042   12 years michaelni buildsys: fix cleaning of libmpcodecs Signed-off-by: Michael …
(edit) @e7073004   12 years michaelni h264: vdpau: fix crash with unsupported colorspace The h264_vdpau …
(edit) @8b134457   12 years mans avprobe: add const to AVCodec pointer Signed-off-by: Mans Rullgard …
(edit) @edb5238c   12 years mans libavformat: add const to AVCodec pointers Signed-off-by: Mans …
(edit) @11434c9b   12 years mans pthread: add const to AVCodec pointers Signed-off-by: Mans Rullgard …
(edit) @6c180b35   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @69fc2489   12 years stefasab doc/muxers: simplify segment examples The simplifications are due to …
(edit) @2d31ae29   12 years stefasab lavf/segment: change default value for segment_list_size option, from …
(edit) @1c522e3   12 years stefasab lavf/segment: guess list type from list filename suffix
(edit) @dc7e4d68   12 years stefasab lavfi/mp: remove framestep wrapped filter An equivalent framestep …
(edit) @48d11640   12 years stefasab lavfi: add framestep filter This filter is inspired upon …
(edit) @7cd5fa35   12 years stefasab lavfi/testsrc: set output framerate
(edit) @e5ae2f91   12 years stefasab lavf/segment: add M3U8 list support Address trac ticket #1642.
(edit) @4a12d1e8   12 years stefasab lavf/segment: compute max list segment duration This is useful for …
(edit) @769500c2   12 years stefasab lavf/segment: create segment_list_open and close functions Allow …
(edit) @d3a2a614   12 years stefasab lavf/segment: fix bogus segment index rewrapping logic Decouple …
(edit) @b89e00bd   12 years stefasab lavf/segment: move file description to @file doxy
(edit) @72521354   12 years stefasab lavf/avio: flush internal buffer when calling avio_close() This seems …
(edit) @63f57f85   12 years stefasab lavf/avio.h: doxygen avio_flush()
(edit) @5296d7b   12 years stefasab ffmpeg,ffplay: show filter options Address trac ticket #1599.
(edit) @42d621d1   12 years stefasab lavfi: add priv class to filter definitions and flags to filter …
(edit) @831a999d   12 years stefasab lavfi/movie: split class definitions for movie and amovie This is …
(edit) @a77436ab   12 years stefasab lavfi/lut: duplicate class definitions for each lut variant filter …
(edit) @8e2cf68d   12 years stefasab doc/Makefile: add doc target, as an alias for "documentation" …
(edit) @9467f4e   12 years nicolas.george lavc/tscc: use reget_buffer. The previous code would release the …
(edit) @7f9aaa49   12 years anton mpegvideo_enc: don't use deprecated avcodec_encode_video().
(edit) @7c101949   12 years anton cmdutils: refactor -codecs option. Make it print a list of …
(edit) @3c0df905   12 years anton avconv: make -shortest a per-output file option.
(edit) @91e59fe   12 years anton lavc: add avcodec_descriptor_get_by_name().
(edit) @0a0f19b5   12 years anton lavc: add const to AVCodec* function parameters.
(edit) @15c71df   12 years anton swf(dec): replace CODEC_ID with AV_CODEC_ID
(edit) @e0aa5e77   12 years anton dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE
(edit) @7e49474a   12 years michaelni ffmenc: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @b5abebe1   12 years michaelni acelp_filters: switch to avassert Signed-off-by: Michael Niedermayer …
(edit) @8337b5db   12 years martin rtmpdh: Do not generate the same private key every time when using …
(edit) @ceb8773e   12 years michaelni libvpxenc: Fix CQ encoding without a specified bitrate Also print a …
(edit) @1ee7a295   12 years michaelni libvpxenc: only force CBR if a bitrate is set Reviewed-by: James Zern …
(edit) @a2dd4f77   12 years martin rtp: remove ff_rtp_get_rtcp_file_handle(). Signed-off-by: Martin …
(edit) @e7993ece   12 years martin rtsp.c: use ffurl_get_multi_file_handle() instead of …
(edit) @d6b9da11   12 years martin avio: add (ff)url_get_multi_file_handle() for getting more than one fd …
(edit) @2e8f3cbc   12 years martin h264: vdpau: fix crash with unsupported colorspace The h264_vdpau …
(edit) @ca00a7e8   12 years martin amrwbdec: Decode the fr_quality bit properly The way this bit is …
(edit) @6f98e298   12 years michaelni mips: change list of files with MIPS copyright notice in mips.txt Add …
(edit) @2b02bc64   12 years michaelni mips: add assembler flags for mips32r2 ISA and mhard-float For some …
(edit) @9341bbfc   12 years nicolas.george vf_yadif: fix permissions. Require AV_PERM_PRESERVE and leave …
(edit) @71adb740   12 years nicolas.george vf_tinterlace: leave harmless permissions alone.
(edit) @d37f8232   12 years nicolas.george vf_thumbnail: fix permissions.
(edit) @469d07a0   12 years nicolas.george vf_select: require AV_PERM_PRESERVE. This is only necessary because …
(edit) @f6647d88   12 years nicolas.george vf_removelogo: fix permissions. The branch with the test was already …
(edit) @616c3f3   12 years nicolas.george vf_overlay: fix permissions.
(edit) @5ec6ae91   12 years nicolas.george vf_idet: fix permissions. Only write needs to be removed, other can …
(edit) @3bc644e   12 years nicolas.george vf_fps: fix permissions.
(edit) @738fab17   12 years nicolas.george vf_fieldorder: fix permissions.
(edit) @3c0cc3a   12 years nicolas.george vf_fade: fix permissions.
(edit) @d5765d47   12 years nicolas.george vf_drawtext: fix permissions.
(edit) @0238806f   12 years nicolas.george vf_drawtext: fix permissions.
(edit) @8492355   12 years nicolas.george vf_deshake: fix permissions.
(edit) @f3133a4   12 years nicolas.george vf_delogo: fix permissions.
(edit) @12ff3fae   12 years nicolas.george vf_colormatrix: fix permissions.
(edit) @ceb8dc1e   12 years nicolas.george vf_ass: fix permissions.
(edit) @07663871   12 years nicolas.george vf_alphamerge: fix permissions.
(edit) @de35d2b4   12 years nicolas.george avf_concat: fix permissions.
(edit) @44127c04   12 years nicolas.george af_channelmap: fix permissions.
(edit) @368f368e   12 years nicolas.george af_channelmap: require AV_PERM_PRESERVE.
(edit) @44aeb062   12 years nicolas.george fifo: fix permissions.
(edit) @a34eb393   12 years nicolas.george split: set rej_perms = AV_PERM_WRITE on outputs.
(edit) @a0d274d   12 years nicolas.george sink_buffer: require AV_PERM_PRESERVE.
(edit) @e54e30c8   12 years nicolas.george lavfi: grant all permissions on mallocated audio buffers. The …
(edit) @cc8104b9   12 years nicolas.george lavfi: fix erroneous use of AV_PERM_PRESERVE in …
(edit) @046eb21c   12 years nicolas.george lavfi: grant all permissions on mallocated video buffers. The …
(edit) @fa3fde16   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4aa3d7b3   12 years lu_zero libvpxenc: use the default bitrate if not set Signed-off-by: Luca …
(edit) @77f47e3   12 years kostya.shishkov utvideo: Rename utvideo.c to utvideodec.c Signed-off-by: Kostya …
(edit) @fd6a085a   12 years diego doc: Fix syntax errors in sample Emacs config Signed-off-by: Diego …
(edit) @517a2bbc   12 years Clément Bœsch lavfi/edgedetect: add rounding for high/low threshold. This should …
(edit) @7e5a6225   12 years michaelni escape124: Fix long == 64 assumtation. Found-by: Nicolas …
(edit) @3a1ca240   12 years michaelni ccitt fax: fix some group3 1d files without EOL Fixes Ticket832 …
(edit) @0f64cd1e   12 years lu_zero mjpegdec: more meaningful return values
(edit) @20bcce50   12 years mans configure: clean up Altivec detection There used to be one test for …
(edit) @3d781704   12 years michaelni escape124: fix integer overflow leading to excessive memory allocation …
(edit) @962e912a   12 years martin getopt: Remove an unnecessary define Signed-off-by: Martin Storsjö …
(edit) @4b529edf   12 years michaelni deprecate av_parse_cpu_flags This function is problematic in several …
(edit) @540bd5a9   12 years michaelni av_parse_cpu_caps: add "mmxext" as alias for mmx2 Signed-off-by: …
(edit) @e71df841   12 years michaelni fft-test: switch to new cpu flags API Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.