source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @565cabf5   13 years michaelni h264: Try to fix 422 intra NEON Signed-off-by: Michael Niedermayer …
(edit) @5f5e37e0   13 years Carl Eugen Hoyos Support decoding of 2bpp and 4bpp TIFF images. Based on patches by …
(edit) @4ca6a151   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @bc8c5051   13 years anton avconv: print the codecs names in the stream mapping. Signed-off-by: …
(edit) @c74b44de   13 years anton avconv: move the avcodec_find_decoder() call to add_input_streams(). …
(edit) @276f43be   13 years stefano.sabatini-lala lavfi: rename vsrc_movie.c to src_movie.c The file is going to …
(edit) @e26782a   13 years stefano.sabatini-lala lavfi: add ff_parse_pixel_format() internal function, and use it …
(edit) @2c6348ea   13 years michaelni fate: add h264 intra 4:2:2 tests Signed-off-by: Michael Niedermayer …
(edit) @88f71f3   13 years Carl Eugen Hoyos Fix compilation with --disable-avfilter. Fixes ticket #414.
(edit) @45ecda85   13 years anton Windows Media Image decoder (WMVP/WVP2) Signed-off-by: Anton Khirnov …
(edit) @04c9c0ba   13 years Carl Eugen Hoyos Make strtok_r a dependency of abuffer / fix typo. Fix ticket 413.
(edit) @c693aec9   13 years michaelni developer.texi: Suggest a git clone if the patch review process doesnt …
(edit) @743586ff   13 years michaelni developer.texi: add Contributing section Signed-off-by: Michael …
(edit) @f3fb71f0   13 years michaelni developer.texi: Simplify "Regression tests section" Signed-off-by: …
(edit) @58368cf2   13 years michaelni developer.texi: remove reference to non existing target fulltest …
(edit) @7a71a3d0   13 years nicolas.george codec_names: remove spaces in sed command.
(edit) @3be5a94   13 years justin.ruggles ac3enc: remove outdated TODO comment for apply_channel_coupling()
(edit) @5b71ae2b   13 years Carl Eugen Hoyos Be more verbose about H264 cropping errors.
(edit) @124deea   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @aeba0583   13 years nicolas.george lavf: warn when a parser is needed and not found.
(edit) @355ac7f   13 years nicolas.george rtpenc: use avcodec_get_name to report unsupported codecs.
(edit) @1c58264e   13 years nicolas.george flvenc: use avcodec_get_name to report unsupported codecs.
(edit) @83ff2a11   13 years nicolas.george ffmpeg: use avcodec_get_name to report missing en/decoders.
(edit) @d2d7b713   13 years nicolas.george lavc: use av_get_media_type_string and avcodec_get_name in avcodec_string.
(edit) @b3be9f4a   13 years nicolas.george lavc: add a table of all codecs names. The table is automatically …
(edit) @8b52b46c   13 years nicolas.george ffmpeg: print the codecs names in the stream mapping.
(edit) @e0ddc2e9   13 years stefano.sabatini-lala vsrc_movie: rename video movie specific callbacks, prefix them with "movie"
(edit) @df4c7ae9   13 years stefano.sabatini-lala asink_abuffer: extend ABufferSinkContext to make it accept lists of …
(edit) @3e4666f3   13 years stefano.sabatini-lala vsrc_movie: create media agnostic movie init and uninit routines …
(edit) @8aa62bb9   13 years stefano.sabatini-lala af_aformat: use evil ADD_FORMATS macro for cutting out duplicated code
(edit) @5fa98ab4   13 years nicolas.george ffmpeg: ignore forward gaps for subtitles streams.
(edit) @05a26730   13 years Carl Eugen Hoyos Support more codecs when muxing caf.
(edit) @ae60927a   13 years anton libx264: only use ABR mode when the user explicitly set bitrate.
(edit) @03eff2bf   13 years anton libx264: use medium preset by default.
(edit) @0a593de3   13 years anton mp2 encoder: make 128k the default bitrate.
(edit) @fb42d156   13 years anton movenc: use libx264 by default when possible for mov, mp4 and psp
(edit) @b71389cb   13 years anton avienc: saner default audio codec. libmp3lame if available, ac3 otherwise.
(edit) @3436c4a3   13 years anton matroskaenc: saner default codecs. libvorbis/libx264 for video if …
(edit) @b6d28ef   13 years anton avplay: add examples of how to specify size/pixel format through …
(edit) @ba571f6b   13 years michaelni ffplay: remove unnecessary if (cur_stream) checks Signed-off-by: …
(edit) @84506ebd   13 years michaelni ffplay: get rid of the global cur_stream variable Signed-off-by: …
(edit) @5db1f94b   13 years michaelni ffplay: make step variable a member of the VideoState struct Getting …
(edit) @27667d28   13 years michaelni Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid …
(edit) @18de7969   13 years Reimar.Doeffinger roqvideodec: Improve checking of input buffer bounds. Fixes trac …
(edit) @143d6a3f   13 years anton lavc: add A|E|D flags to "ac" and "ar" options Fix setting of the …
(edit) @ff960980   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: WavPack
(edit) @34c99759   13 years stefano.sabatini-lala vsrc_testsrc: allow to set the sample aspect ratio Add the sar …
(edit) @6a5c693   13 years stefano.sabatini-lala lavdev/lavfi: set sample aspect ratio in the output stream/codec context
(edit) @ef25e70d   13 years Carl Eugen Hoyos Stream-copying PureVoice into caf works fine.
(edit) @ccb919e3   13 years lu_zero WavPack demuxer: do not rely on index when timestamp is not in indexed …
(edit) @5561fe48   13 years lu_zero WavPack demuxer: store position of the first block in index. …
(edit) @4ba8c521   13 years lu_zero WavPack decoder: implement flush function Signed-off-by: Luca Barbato …
(edit) @c5d9bd19   13 years stefano.sabatini-lala asrc_abuffer: pass non-const string to strtok_r in init() Fix GCC …
(edit) @587c8ab9   13 years stefano.sabatini-lala lavfi: add asrc_abuffer - audio buffer source Originally based on …
(edit) @f138c7f9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4b66c8b4   13 years stefano.sabatini-lala lavdev/lavfi: specify pos in the output packets
(edit) @e30a0b1b   13 years stefano.sabatini-lala lavfi: add ashowinfo filter Useful for debugging.
(edit) @9d84a17b   13 years stefano.sabatini-lala APIchanges: fix wrong major number for av_fifo_peek2() entry
(edit) @7807cbc0   13 years stefano.sabatini-lala APIchanges: fill some lavfi entries with the corresponding git hash
(edit) @7fd3e1c7   13 years stefano.sabatini-lala lavdev/lavfi: initialize variable, fix warning
(edit) @9a151467   13 years stefano.sabatini-lala ffprobe: use av_get_media_type_string() in media_type_string(), simplify
(edit) @69e2c1a9   13 years stefano.sabatini-lala lavu: add av_get_media_type_string() convenience function Avoid code …
(edit) @31ac0ac2   13 years Reimar.Doeffinger Fix parser not to clobber has_b_frames when extradata is set. Due to …
(edit) @eaf2d37a   13 years alex.converse avconv: Separate initialization from the main transcode loop.
(edit) @13e9a0fb   13 years michaelni h264: fixup indention issue spoted in last merge (probably indention …
(edit) @f5bae2c6   13 years alex.converse doc/avconv: replace forgotten av by avconv. Signed-off-by: Alex …
(edit) @f60a6b58   13 years alex.converse avconv: reset input_ts_offset between files. Signed-off-by: Alex …
(edit) @cf4976ed   13 years alex.converse doc/avconv: extend -ss documentation. Signed-off-by: Alex Converse …
(edit) @b62b5cb6   13 years alex.converse avconv: call flush_encoders() from transcode() directly. And remove …
(edit) @c0931508   13 years alex.converse avconv: fix broken indentation. Signed-off-by: Alex Converse …
(edit) @f21f294e   13 years alex.converse avconv: rescue poor abused limit_filesize global. Keep a …
(edit) @7bdc5de3   13 years Carl Eugen Hoyos Autodetect LOAS in transport streams. Fixes ticket 365.
(edit) @47818b2a   13 years Carl Eugen Hoyos Add LOAS demuxer.
(edit) @60b54e4b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @e6d2b737   13 years alex.converse avconv: Set error code before before jumping to fail.
(edit) @6581e161   13 years diego h264: fix PCM intra-coded blocks in monochrome case Signed-off-by: …
(edit) @ada49f93   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @87cf70eb   13 years diego h264: correct implicit weight table computation for long ref pics …
(edit) @29a09ea   13 years diego h264: correct the check for invalid long term frame index in MMCO …
(edit) @ba57ef29   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @8ea6157d   13 years michaelni xmv: Read the video packet data first, then swap its bytes …
(edit) @c062aa8d   13 years michaelni xmv: Remove superfluous zeroing of already zero'd data Signed-off-by: …
(edit) @730333ef   13 years michaelni xmv: Add some doxygen comments Signed-off-by: Michael Niedermayer …
(edit) @6fb50124   13 years michaelni xmv: Merge XMVAudioTrack into XMVAudioPacket Signed-off-by: Michael …
(edit) @d50fc62e   13 years michaelni xmv: Make the various offset variables uint64_t Signed-off-by: …
(edit) @909e0fe2   13 years michaelni xmv: fix license header to match patch Signed-off-by: Michael …
(edit) @fc5299e9   13 years Carl Eugen Hoyos Allow setting resolution in DPI for Tiff.
(edit) @bb337b4f   13 years lu_zero avconv: Fix spelling errors. Signed-off-by: Luca Barbato …
(edit) @44920d04   13 years lu_zero aac: Only set sample rate and object type from ADTS if output hasn't …
(edit) @06d37fed   13 years lu_zero aac: Set SBR and PS to unsignalled during headerless and ADTS …
(edit) @d8425ed4   13 years lu_zero aac: Only output configure if audio was found. Audio found is not …
(edit) @6f1c66d5   13 years anton avconv: save two levels of indentation in flush_encoders() By …
(edit) @4a4ce2e7   13 years anton avconv: factor flushing encoders out of output_packet().
(edit) @630902a1   13 years anton avconv: factor out initializing input streams.
(edit) @ddf5ef02   13 years anton avconv: remove -intra option. It's equivalent to -g 0.
(edit) @edae3dbf   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
(edit) @e922bbfa   13 years anton avconv: reset streamid_map between output files.
(edit) @c5ad2c2c   13 years anton avconv: make timer_start a local var in transcode().
(edit) @6494c001   13 years anton avconv: cosmetics, move OutputStream. Allows us to get rid of forward …
(edit) @e659c51   13 years anton avconv: remove two unused macros.
Note: See TracRevisionLog for help on using the revision log.