summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* cosmetics: line wrap and vertical alignmentJustin Ruggles2010-07-31
* Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a singleJustin Ruggles2010-07-31
* fate: translate exit status to signal nameMåns Rullgård2010-07-31
* Remove unneeded wrapper function.Justin Ruggles2010-07-31
* Remove duplicate code by adding a flag for encoding in verbatim mode.Justin Ruggles2010-07-31
* Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini2010-07-31
* Estimate frame size during encoding.Justin Ruggles2010-07-31
* Remove x86/mmx.h. It is not used anymore and has been deprecated for years.Vitor Sessak2010-07-31
* Fix compilation with --disable-yasm. 10l to me.Vitor Sessak2010-07-31
* Add protocols.texi.Stefano Sabatini2010-07-31
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-31
* configure: set subarch for ARMMåns Rullgård2010-07-31
* 100l: av_freep() needs the address of the pointerAurelien Jacobs2010-07-30
* cosmetics: indentationJustin Ruggles2010-07-30
* Combine output_subframe() and output_subframes().Justin Ruggles2010-07-30
* Remove unneeded variable.Justin Ruggles2010-07-30
* cosmetics: indentationJustin Ruggles2010-07-30
* Combine output_subframe_verbatim() and output_subframe_lpc().Justin Ruggles2010-07-30
* Combine and simplify output_residual() and output_subframe_lpc().Justin Ruggles2010-07-30
* cosmetics: reindentJustin Ruggles2010-07-30
* Combine and simplify output_subframe_fixed() and output_subframe_lpc().Justin Ruggles2010-07-30
* Combine and simplify output_subframe_constant() and output_subframe_verbatim().Justin Ruggles2010-07-30
* Pass FlacSubframe to output_subframe_* instead of channel number.Justin Ruggles2010-07-30
* cosmetics: change FlacEncodeContext variable name from ctx to s in severalJustin Ruggles2010-07-30
* Set coded_frame->pts in the FLAC encoderJustin Ruggles2010-07-30
* Do not need to set coded_frame->key_frame = 1 because it is already set inJustin Ruggles2010-07-30
* Move debug logging of compression options to a single function.Justin Ruggles2010-07-30
* Add 2 failed memory allocation checksJustin Ruggles2010-07-30
* cosmetics: pretty-print flacenc.cJustin Ruggles2010-07-30
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* Make config_input() return AVERROR(EINVAL) in place of -1.Stefano Sabatini2010-07-30
* Compute the max pixel step for each plane, and use it in place ofStefano Sabatini2010-07-30
* Add an entry for the AVFilterBuffer change of r24592.Stefano Sabatini2010-07-30
* Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.S.N. Hemanth Meenakshisundaram2010-07-30
* Rename the av_fill_image_linesize() formal parameter linesize toStefano Sabatini2010-07-30
* Reimplement av_fill_image_pointers() using the information stored inStefano Sabatini2010-07-30
* Make av_fill_image_linesizes() return a meaningful error core ratherStefano Sabatini2010-07-30
* Rename av_fill_image_linesizes() internal variables max_plane_step andStefano Sabatini2010-07-30
* Make avpicture_fill() directly call av_fill_image_linesizes() andStefano Sabatini2010-07-30
* Make avfilter_default_get_video_buffer() use functions inStefano Sabatini2010-07-30
* Make pkgconfig_generate() explicitly return 0 in instead of returningJean-Daniel Dupas2010-07-30
* Add APIchanges entry for the libavcore/imgutils.h addition.Stefano Sabatini2010-07-29
* Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini2010-07-29
* Fix compilation in x86_64. I broke it with r24580.Vitor Sessak2010-07-29
* Extend show_protocols() to make it print information about input,Stefano Sabatini2010-07-29
* Translate libmpeg2 MMX IDCT to plain asmVitor Sessak2010-07-29
* avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs2010-07-29
* add seeking support in ASS demuxerAurelien Jacobs2010-07-29
* Implement ffprobe -show_packets.Stefano Sabatini2010-07-28
* Check for udp_set_remote_url error.Reimar Döffinger2010-07-28