]> git.sesse.net Git - ffmpeg/history - libavcodec
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
[ffmpeg] / libavcodec /
2010-06-05 Stefano SabatiniMove eval.c and eval.h from libavcodec to libavutil...
2010-06-04 Baptiste CoudurierMore mov rawvideo fourcc supported by the rawvideo...
2010-06-04 James ZernAdd WebM muxer
2010-06-04 David Conradlibvorbis: Disable strict bitrate management when not...
2010-06-04 David Conradlibvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in...
2010-06-04 David Conradlibvorbis: Hook up min/max bitrate
2010-06-04 David ConradAdd bitexact versions of put_no_rnd_pixels8 _x2 and...
2010-06-04 Howard ChuUse AV_BASE64_SIZE() macro
2010-06-03 Frank BarchardRaise default vorbis encoding quality.
2010-06-03 Michael NiedermayerClarify that get/release_buffer() overriding only works...
2010-06-03 Michael NiedermayerDocument the frames returned by the decoder better.
2010-06-03 James ZernVP8 encoding via libvpx.
2010-06-03 Stefano SabatiniFix misc typos.
2010-06-03 Alex Converseaacdec: Work around illegal files with all elem_id...
2010-06-02 Måns RullgårdARM: struct offsets for Apple ABI
2010-06-02 Måns RullgårdARM: remove some unnecessary ifdefs, fix implicit decla...
2010-06-02 Måns RullgårdARM: check struct offsets only when they are used
2010-06-02 Stefano SabatiniRemove weird empty line and perform vertical align.
2010-06-02 Jason Garrett-GlaserProperly initialize x264_picture_t in libx264.
2010-06-02 Måns RullgårdARM: fail build if hardcoded struct offsets are wrong
2010-06-02 Frank BarchardAvoid division by zero that caused noise, typically...
2010-06-02 Måns Rullgårdbink: correctly align local arrays
2010-06-02 Stefano SabatiniMake avcodec_string() use av_get_codec_tag_string().
2010-06-02 Stefano SabatiniImplement av_get_codec_tag_string() and use it in ffprobe.
2010-06-01 David Conradarm neon: Add missing mangle to external symbol
2010-06-01 Måns RullgårdARM: NEON clear_block[s]
2010-06-01 Sebastian VaterMove get_buffer() calls from decode_init() to decode_fr...
2010-06-01 Stefano SabatiniFix eval-test compilation.
2010-06-01 Stefano SabatiniCosmetics: reindent and break some overly long line.
2010-06-01 Stefano SabatiniCosmetics: consistently apply K&R style.
2010-06-01 Stefano SabatiniCosmetics: rename ff_parse_expr() and ff_parse_and_eval...
2010-06-01 Stefano SabatiniMake ff_parse_expr() and ff_parse_and_eval_expr() retur...
2010-05-31 Baptiste CoudurierPass codec pixel format list to get_format, if present...
2010-05-30 Maxim PoliakovskiMake dequantization equation use less registers on...
2010-05-30 Maxim PoliakovskiRemove unused variables.
2010-05-29 Måns RullgårdARM: NEON optimised dct_unquantize_h263_{intra,inter}
2010-05-29 Kostya Shishkov321l: do not use shifted s->linesize instead of correct...
2010-05-28 Baptiste CoudurierIn h264 decoder, use jpeg yuv pixel format when full...
2010-05-28 Alex Converseaacenc: Remove an unnecessary division from the TLS.
2010-05-28 Alex ConverseCosmetics: whitespace
2010-05-28 Alex Converseaacenc: Remove unnecessary variables and scopes in...
2010-05-28 Howard ChuCleanup prev commit, flag variable should start with 0
2010-05-28 Howard ChuParse avctx->extradata if available.
2010-05-28 David Conradvp3: 10l Fix DC-only IDCT for C and ARM too
2010-05-28 David Conradvp3: The DC-only IDCT is surprisingly not supposed...
2010-05-27 Cyril Russoaacdec: Clarify a channel mapping comment.
2010-05-27 Alex ConverseMark AAC encoder as experimental.
2010-05-27 David ConradVP8 parser
2010-05-27 David ConradAdd const to ff_emulated_edge_mc
2010-05-27 David ConradAdd more const to _l4 pixel functions
2010-05-27 David Conradvp3: Skip the loop filter when strength is 0 or when...
2010-05-27 Jai MenonCosmetics : Fix typo.
2010-05-27 Jean-Daniel DupasSome fields were incorrectly reset (to NULL) when calli...
2010-05-26 Stefano SabatiniAdd support for the newly added Nut codec tags (added...
2010-05-26 Maxim PoliakovskiAdd the forgotten ff_ prefix to the shareable scan...
2010-05-26 Howard ChuFactorize ff_h264_decode_extradata().
2010-05-26 Carl Eugen HoyosMark vorbis encoder as experimental.
2010-05-26 Stefano SabatiniBump minor version bump and add an APIchanges entry...
2010-05-26 Carl Eugen HoyosBump minor version and add Changelog entry after r23334.
2010-05-26 Michael NiedermayerTreat SIPP like xvid, fixed issue1966
2010-05-26 Maxim Poliakovskimove indeo5 scan patterns into ivi_common.c
2010-05-26 Janne GrunauAdd CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
2010-05-26 Alex ConverseAdd an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse...
2010-05-25 Alex ConverseFix declaration after statement
2010-05-25 Frank BarchardDo not invert samples when encoding Vorbis.
2010-05-25 Michael NiedermayerCheck for VUI overeading and reset num_reoder_frames.
2010-05-25 Martin StorsjöCosmetics: reindent after the previous commit
2010-05-25 Martin Storsjöapi-example: Try to avoid decoding incomplete frames
2010-05-25 Alex Converseaacenc: Split find_max_val() from find_min_book() to...
2010-05-25 Alex ConverseRemove useless costly inf checks from the trellis scale...
2010-05-25 Alex Converseaacenc: Trellis over scalefactors using an estimated...
2010-05-25 Alex Converseaacenc: Only trellis over a column of 61 scalefactors...
2010-05-25 Alex Converseaacenc: Factor out find_min_book so it can be used...
2010-05-25 Michael NiedermayerCorrect golomb vlc decoding tables.
2010-05-25 Carl Eugen HoyosHeaders for libvpx are installed into vpx subdirectory.
2010-05-25 David Conradtheora: Don't read an excess bit for maximum length...
2010-05-25 James ZernVP8 decoding via libvpx.
2010-05-24 Cyril RussoFix documentation of av_audio_convert.
2010-05-23 Reimar DöffingerDocument CODEC_FLAG_EMU_EDGE and avcodec_align_dimensio...
2010-05-21 Stefano SabatiniRename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFo...
2010-05-21 Stefano SabatiniRename findPixelFormat() to find_pix_fmt().
2010-05-20 Stefano SabatiniRename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_...
2010-05-20 Stefano SabatiniFix doxy reference to unexisting function.
2010-05-19 Michael NiedermayerChange eval API to take parent log context and log...
2010-05-19 Baptiste Coudurierfix x264 encoding when delay is > number of input frames
2010-05-19 Alex ConverseAdd a chomp BSF to consume zero padding at the end...
2010-05-19 Alex ConverseMake aac_decode_frame() consume zero padding at the...
2010-05-19 David ConradBump minor version for CODEC_ID_VP8
2010-05-19 GoogleAdd VP8 CODEC_ID
2010-05-19 Maxim PoliakovskiFix signedness of q_delta field of the IVIMbInfo.
2010-05-18 Francesco LavraFactorize some code into the new function ff_toupper4().
2010-05-17 Stefano SabatiniAdd log_level_offset to AVCodecContext.
2010-05-17 Benoit FouetFix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
2010-05-16 Stefano SabatiniChange the order of parameters for ff_eval_expr() and
2010-05-16 Sebastian VaterFactorize code into a single function.
2010-05-16 Stefano SabatiniAdd missing rawvideo pixel formats to codec tags mappin...
2010-05-16 Stefano SabatiniAdd NV12 and NV21 AVI tags.
2010-05-14 Laurent AimarReindent after last commit on dxva2 h264 AVHWAccel.
2010-05-14 Laurent AimarFixed h264 long term support with dxva2 AVHWAccel.
2010-05-14 Alex Conversefmaxf -> FFMAX to fix pre-C99 systems
next