2011-11-06 |
Anton Khirnov | Changelog: update ffmpeg/avconv incompatibility list.
|
commit | commitdiff | tree |
2011-11-06 |
Anton Khirnov | avconv: remove some redundant temporary variables.
|
commit | commitdiff | tree |
2011-11-06 |
Anton Khirnov | avconv: fix broken indentation
|
commit | commitdiff | tree |
2011-11-06 |
Anton Khirnov | avconv: move copy_initial_nonkeyframes to the options...
|
commit | commitdiff | tree |
2011-11-06 |
Anton Khirnov | avconv: use file:stream instead of file.stream in log...
|
commit | commitdiff | tree |
2011-11-06 |
Anton Khirnov | doc/avconv: elaborate on basic functionality.
|
commit | commitdiff | tree |
2011-11-06 |
Anton Khirnov | doc/avconv: -sample_fmts, not -help sample_fmts prints...
|
commit | commitdiff | tree |
2011-11-06 |
Kostya Shishkov | cosmetics: insert some spaces in explicit enum value... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-11-06 |
Kostya Shishkov | move 8SVX audio codecs to the audio codec list part... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-11-06 |
Kostya Shishkov | deprecate codec IDs that won't ever be used Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-11-03 |
Anton Khirnov | avconv: add -dump_attachment option.
|
commit | commitdiff | tree |
2011-11-03 |
Anton Khirnov | avconv: add -attach option.
|
commit | commitdiff | tree |
2011-11-03 |
Anton Khirnov | avconv: make negative mappings disable only streams...
|
commit | commitdiff | tree |
2011-11-02 |
Anton Khirnov | id3v2: fix type of ID3v2EMFunc.free()
|
commit | commitdiff | tree |
2011-11-02 |
Anton Khirnov | lavc: use designated initialisers for parsers.
|
commit | commitdiff | tree |
2011-10-28 |
Anton Khirnov | lavf: add init_put_byte() to the list of visible symbols.
|
commit | commitdiff | tree |
2011-10-28 |
Anton Khirnov | lavf: move private fields in AVStream to the end at...
|
commit | commitdiff | tree |
2011-10-28 |
Anton Khirnov | lavf: move private fields in AVFormatContext to the...
|
commit | commitdiff | tree |
2011-10-28 |
Anton Khirnov | lavf: make some seeking functions private
|
commit | commitdiff | tree |
2011-10-27 |
Anton Khirnov | lavc: remove "legacy" mpegvideo decoder.
|
commit | commitdiff | tree |
2011-10-25 |
Anton Khirnov | lavf: deprecate AVStream.stream_copy
|
commit | commitdiff | tree |
2011-10-25 |
Anton Khirnov | avconc: split choose_codec() to choose_decoder/choose_encoder.
|
commit | commitdiff | tree |
2011-10-25 |
Anton Khirnov | lavf: simplify by using FFMAX/FFMIN.
|
commit | commitdiff | tree |
2011-10-25 |
Anton Khirnov | mpegenc: add preload private option.
|
commit | commitdiff | tree |
2011-10-23 |
Anton Khirnov | lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
|
commit | commitdiff | tree |
2011-10-23 |
Anton Khirnov | mpeg12: move closed_gop from MpegEncContext to Mpeg1Context
|
commit | commitdiff | tree |
2011-10-23 |
Anton Khirnov | mpeg12: move full_pel from MpegEncContext to Mpeg1Context
|
commit | commitdiff | tree |
2011-10-23 |
Anton Khirnov | mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h
|
commit | commitdiff | tree |
2011-10-23 |
Anton Khirnov | mpegvideo: remove some unused variables from MpegEncContext.
|
commit | commitdiff | tree |
2011-10-22 |
Anton Khirnov | lavf: export some forgotten symbols with non-av prefixes.
|
commit | commitdiff | tree |
2011-10-22 |
Dustin Brody | lavc: replace references to deprecated AVCodecContext... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-22 |
Dustin Brody | lavc: translate non-flag-based er options into flag... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-22 |
Dustin Brody | add -err_filter AVOptions to access flag-based error... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-21 |
Anton Khirnov | Move timefilter code from lavf to lavd.
|
commit | commitdiff | tree |
2011-10-21 |
Raivo Hool | mov: add support for hdvd and pgapmetadata atoms Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-21 |
Raivo Hool | mov: rename function _stik, some indentation cosmetics Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-21 |
Raivo Hool | mov: rename function _int8 to remove ambiguity, some... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-21 |
Raivo Hool | mov: parse the gnre atom Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: hide private symbols.
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: deprecate img_get_alpha_info().
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for ff_toupper4.
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for ff_ac3_parse_header.
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for ff_frame_rate_tab.
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: rename ff_find_start_code to avpriv_mpv_find_start_code
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for ff_split_xiph_headers.
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for some dv symbols used in...
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for some flac symbols used...
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for some mpeg4audio symbols...
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for some mpegaudio symbols...
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavc: use avpriv_ prefix for ff_aac_parse_header().
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavf: hide private symbols.
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavf: use avpriv_ prefix for some dv functions.
|
commit | commitdiff | tree |
2011-10-20 |
Anton Khirnov | lavf: use avpriv_ prefix for ff_new_chapter().
|
commit | commitdiff | tree |
2011-10-19 |
Anton Khirnov | lavc: make avcodec_get_context_defaults3 "officially...
|
commit | commitdiff | tree |
2011-10-19 |
Anton Khirnov | lavf: replace av_new_stream->avformat_new_stream part II.
|
commit | commitdiff | tree |
2011-10-19 |
Anton Khirnov | lavf,lavd: replace av_new_stream->avformat_new_stream...
|
commit | commitdiff | tree |
2011-10-19 |
Anton Khirnov | lavf: add avformat_new_stream as a replacement for...
|
commit | commitdiff | tree |
2011-10-19 |
Kostya Shishkov | Ut Video decoder Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-19 |
Anton Khirnov | Makefile: change presets extension to .avpreset
|
commit | commitdiff | tree |
2011-10-19 |
Stefano Sabatini | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-19 |
Stefano Sabatini | lavfi: add testsrc source Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-19 |
Anton Khirnov | AVOptions: add documentation.
|
commit | commitdiff | tree |
2011-10-19 |
Anton Khirnov | presets: update libx264 ffpresets
|
commit | commitdiff | tree |
2011-10-18 |
Dustin Brody | lavc: rename AV_ER_* options to AV_EF_* and rename... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-18 |
Dustin Brody | lavc: replace API-bump-triggered AVCodecContext field... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-18 |
Anton Khirnov | Add libvpx presets.
|
commit | commitdiff | tree |
2011-10-18 |
Anton Khirnov | doc/avtools: add forgotten part to stream specifiers...
|
commit | commitdiff | tree |
2011-10-17 |
Alexandra Khirnova | avconv: add presets Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-17 |
Stefano Sabatini | lavfi: port libmpcodecs delogo filter Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-17 |
Stefano Sabatini | lavfi: port boxblur filter from libmpcodecs Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-17 |
Stefano Sabatini | lavfi: add negate filter Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-17 |
Stefano Sabatini | lavfi: add LUT (LookUp Table) generic filters Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-17 |
Anton Khirnov | AVOptions: don't segfault on NULL parameter in av_set_option...
|
commit | commitdiff | tree |
2011-10-17 |
Anton Khirnov | mpegenc/mpegtsenc: add muxrate private options.
|
commit | commitdiff | tree |
2011-10-17 |
Anton Khirnov | lavf: deprecate AVFormatContext.file_size
|
commit | commitdiff | tree |
2011-10-17 |
Raivo Hool | mov: add support for TV metadata atoms tves, tvsn and... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-14 |
Dustin Brody | lavc: add a flag-based error_recognition field to AVCodecCon... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-14 |
Dustin Brody | lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE... Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-12 |
Jindrich Makovicka | log.h: make AVClass a named struct Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | AVOptions: bump minor and add APIchanges entry.
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | cmdutils/avtools: simplify show_help() by using av_opt_child...
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | Remove all uses of deprecated AVOptions API.
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | AVOptions: add av_opt_next, deprecate av_next_option.
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | AVOptions: add functions for evaluating option strings.
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | AVOptions: split get_number().
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | AVOptions: add av_opt_get*, deprecate av_get*.
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | AVOptions: add av_opt_set*().
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | AVOptions: add new API for enumerating children.
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | libx264: support yuv422/444 output.
|
commit | commitdiff | tree |
2011-10-12 |
Anton Khirnov | sws: support yuv444p9/10 output.
|
commit | commitdiff | tree |
2011-10-11 |
Anton Khirnov | id3v2: fix NULL pointer dereference
|
commit | commitdiff | tree |
2011-10-11 |
Raivo Hool | mov: read album_artist atom Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-11 |
Raivo Hool | mov: fix disc/track numbers and totals Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2011-10-10 |
Anton Khirnov | AVOptions: refactor set_number/write_number
|
commit | commitdiff | tree |
2011-10-10 |
Anton Khirnov | AVOptions: cosmetics, rename static av_set_number2...
|
commit | commitdiff | tree |
2011-10-10 |
Anton Khirnov | AVOptions: cosmetics, move and rename static av_set_number().
|
commit | commitdiff | tree |
2011-10-10 |
Anton Khirnov | AVOptions: split av_set_string3 into opt type-specific...
|
commit | commitdiff | tree |
next |