source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1d6eca2d   13 years michaelni Removes the internal avcodec_find_best_pix_fmt1()function previously …
(edit) @c8868f28   13 years michaelni vf_scale: apply the same transform to the aspect during init that is …
(edit) @1287c81d   13 years michaelni imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against …
(edit) @adfe5940   13 years michaelni Adds a new pix fmt function that selects the best dest fmt from among …
(edit) @094a4968   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fifo: …
(edit) @1717ba0c   13 years anton fifo: add FIFO API test program, and fate test Signed-off-by: Anton …
(edit) @f2011ed2   13 years anton fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() The new …
(edit) @f4f3300c   13 years siretart postprocess.c: filter name needs to be double 0 terminated …
(edit) @02494787   13 years diego doxygen: fix wrong comment syntax, < vs. /<
(edit) @0138a8de   13 years diego doxygen: drop pointless star from pointer variable names
(edit) @c960e67   13 years diego Replace deprecated av_find_stream_info() by avformat_find_stream_info().
(edit) @0a1cf662   13 years michaelni ffplay: fix a crash caused by aborting the video queue If the video …
(edit) @5f677aac   13 years diego xmv: eliminate superfluous zeroing of zero data Signed-off-by: Diego …
(edit) @8af9366e   13 years Clément Bœsch ffprobe: fix deprecated call to av_find_stream_info.
(edit) @a544545a   13 years michaelni acodec: change default bitrate to 128k Signed-off-by: Michael …
(edit) @2e97d126   13 years michaelni regtests: use bitrate syntax understood by both tools Signed-off-by: …
(edit) @d2ba1fb5   13 years diego configure: fix typo in avconv dependency list
(edit) @876d1d79   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vp6: …
(edit) @f913eeea   13 years rsbultje vp6: partially propagate huffman tree building errors during coeff …
(edit) @09c274e0   13 years rsbultje mpeg12: propagate chunk decode errors and fix conditional indentation …
(edit) @7c4e4c6a   13 years michaelni udp: fix circular buffer error handling Signed-off-by: Michael …
(edit) @0d802ac5   13 years rsbultje vc1: fix VC-1 Pulldown handling. Pulldown flags are being set …
(edit) @1cf82cab   13 years rsbultje VC1: Fix first/last row checks with slices In some places 0/mb_height …
(edit) @20f0bf8c   13 years michaelni udp: buffer datagrams in circular buffer instead of a bytestream …
(edit) @ad6c7c1b   13 years alex.converse mp4: Handle non-trivial ES Descriptors.
(edit) @abe0b8e9   13 years michaelni sws: use shift for chroma sample up convertion sws: use shifts for non …
(edit) @d4b99744   13 years rsbultje vc1: properly zero coded_block[] edges on new slice entry. …
(edit) @ee0ff051   13 years michaelni ffplay: use lock manager callback to make libavcodec thread-safe …
(edit) @7e7012d0   13 years michaelni oggdec: subtract time of first packet only from duration when it is …
(edit) @d2cab951   13 years michaelni oggdec: Make sure start time correction is applied once to each stream …
(edit) @bd464037   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @b9630bcf   13 years alex.converse avconv: Replace goto redo on decode fail with continue. This checks …
(edit) @389e0a5a   13 years alex.converse avconv: Remove dead store.
(edit) @d4f30c7d   13 years michaelni h264-422: fix fate to handle 10 bit formats on big endian correctly. …
(edit) @565cabf5   13 years michaelni h264: Try to fix 422 intra NEON Signed-off-by: Michael Niedermayer …
(edit) @4ae30cac   13 years anton libx264: add 'crf_max' private option. Deprecate corresponding global …
(edit) @c5dd0bc4   13 years anton libx264: add 'weightp' private option. Deprecate corresponding global …
(edit) @d4b96713   13 years anton libx264: add 'rc_lookahead' private option. Deprecate corresponding …
(edit) @2a44a8f6   13 years anton libx264: add 'psy_trellis' private option. Deprecate corresponding …
(edit) @93e623c6   13 years anton libx264: add 'psy_rd' private option. Deprecate corresponding global …
(edit) @5c75b2a0   13 years anton libx264: add 'aq_strength' private option. Deprecate corresponding …
(edit) @85254fcb   13 years anton libx264: add 'aq_mode' private option. Deprecate corresponding global …
(edit) @9d508e49   13 years anton libx264: add 'cqp' private option. Deprecate corresponding global option.
(edit) @d5dc8cc2   13 years anton libx264: add 'crf' private option. Deprecate corresponding global …
(edit) @8ee18b4b   13 years anton lavc: remove vbv_delay option It's broken and serves no purpose as …
(edit) @5f5e37e0   13 years Carl Eugen Hoyos Support decoding of 2bpp and 4bpp TIFF images. Based on patches by …
(edit) @7e6029f9   13 years alex.converse lavf utils: Fix bad indentation.
(edit) @6c7ee2f7   13 years alex.converse avconv: use av_clip_int16 for audio clipping
(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 …
Note: See TracRevisionLog for help on using the revision log.