summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove x86/mmx.h. It is not used anymore and has been deprecated for years.Vitor Sessak2010-07-311-267/+0
* Fix compilation with --disable-yasm. 10l to me.Vitor Sessak2010-07-311-3/+3
* Add protocols.texi.Stefano Sabatini2010-07-315-16/+226
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-314-84/+110
* configure: set subarch for ARMMåns Rullgård2010-07-311-0/+9
* 100l: av_freep() needs the address of the pointerAurelien Jacobs2010-07-301-1/+1
* cosmetics: indentationJustin Ruggles2010-07-301-38/+38
* Combine output_subframe() and output_subframes().Justin Ruggles2010-07-301-19/+11
* Remove unneeded variable.Justin Ruggles2010-07-301-4/+1
* cosmetics: indentationJustin Ruggles2010-07-301-28/+28
* Combine output_subframe_verbatim() and output_subframe_lpc().Justin Ruggles2010-07-301-23/+13
* Combine and simplify output_residual() and output_subframe_lpc().Justin Ruggles2010-07-301-37/+21
* cosmetics: reindentJustin Ruggles2010-07-301-5/+5
* Combine and simplify output_subframe_fixed() and output_subframe_lpc().Justin Ruggles2010-07-301-19/+5
* Combine and simplify output_subframe_constant() and output_subframe_verbatim().Justin Ruggles2010-07-301-25/+11
* Pass FlacSubframe to output_subframe_* instead of channel number.Justin Ruggles2010-07-301-24/+11
* cosmetics: change FlacEncodeContext variable name from ctx to s in severalJustin Ruggles2010-07-301-36/+36
* Set coded_frame->pts in the FLAC encoderJustin Ruggles2010-07-301-0/+1
* Do not need to set coded_frame->key_frame = 1 because it is already set inJustin Ruggles2010-07-301-1/+0
* Move debug logging of compression options to a single function.Justin Ruggles2010-07-301-37/+60
* Add 2 failed memory allocation checksJustin Ruggles2010-07-301-0/+4
* cosmetics: pretty-print flacenc.cJustin Ruggles2010-07-301-325/+344
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-3019-292/+58
* Make config_input() return AVERROR(EINVAL) in place of -1.Stefano Sabatini2010-07-301-1/+1
* Compute the max pixel step for each plane, and use it in place ofStefano Sabatini2010-07-301-39/+11
* Add an entry for the AVFilterBuffer change of r24592.Stefano Sabatini2010-07-301-0/+6
* Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.S.N. Hemanth Meenakshisundaram2010-07-301-4/+4
* Rename the av_fill_image_linesize() formal parameter linesize toStefano Sabatini2010-07-301-4/+4
* Reimplement av_fill_image_pointers() using the information stored inStefano Sabatini2010-07-301-97/+30
* Make av_fill_image_linesizes() return a meaningful error core ratherStefano Sabatini2010-07-301-1/+1
* Rename av_fill_image_linesizes() internal variables max_plane_step andStefano Sabatini2010-07-301-9/+9
* Make avpicture_fill() directly call av_fill_image_linesizes() andStefano Sabatini2010-07-301-2/+2
* Make avfilter_default_get_video_buffer() use functions inStefano Sabatini2010-07-302-5/+5
* Make pkgconfig_generate() explicitly return 0 in instead of returningJean-Daniel Dupas2010-07-301-1/+1
* Add APIchanges entry for the libavcore/imgutils.h addition.Stefano Sabatini2010-07-291-0/+4
* Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini2010-07-296-144/+225
* Fix compilation in x86_64. I broke it with r24580.Vitor Sessak2010-07-291-2/+2
* Extend show_protocols() to make it print information about input,Stefano Sabatini2010-07-291-2/+11
* Translate libmpeg2 MMX IDCT to plain asmVitor Sessak2010-07-291-208/+237
* avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs2010-07-291-2/+123
* add seeking support in ASS demuxerAurelien Jacobs2010-07-291-1/+41
* Implement ffprobe -show_packets.Stefano Sabatini2010-07-283-0/+54
* Check for udp_set_remote_url error.Reimar Döffinger2010-07-281-1/+2
* Warn about "/** text" comments.Michael Niedermayer2010-07-281-0/+1
* Make sure "Last message repeated" is printed.Michael Niedermayer2010-07-281-0/+1
* Revert commit:Stefano Sabatini2010-07-281-24/+24
* Add my GPG fingerprint and add myself as ffprobe.c maintainer.Stefano Sabatini2010-07-281-0/+4
* rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö2010-07-281-4/+3
* Require libswscale only if the scale filter is used.Stefano Sabatini2010-07-281-1/+2
* Remove reference to the unexisting movie filter and the correspondingStefano Sabatini2010-07-282-8/+0