aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor the 'fmt ' tag search and parsingTomas Härdin2011-05-171-18/+39
* ffmpeg: reset top_field_first in opt_input_file().Michael Niedermayer2011-05-171-0/+1
* Ogg demuxer: give meaningful error codes and warnings.Nicolas George2011-05-171-19/+27
* Merge branch 'master' of git.videolan.org:ffmpegCompn2011-05-1612-99/+54
|\
| * Merge remote branch 'qatar/master'Michael Niedermayer2011-05-1712-99/+54
| |\
| | * ffmpeg: fix -aspect cli optionBaptiste Coudurier2011-05-161-15/+14
| | * Restructure video filter implementation in ffmpeg.c.Michael Niedermayer2011-05-161-59/+80
| | * ffplay: remove audio_write_get_buf_size() forward declarationStefano Sabatini2011-05-161-9/+7
| | * lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini2011-05-161-2/+4
| | * mathops: remove ancient confusing commentMans Rullgard2011-05-161-3/+0
| | * cws2fws: Improve error message wording.Diego Biurrun2011-05-161-2/+2
| | * tools: Check the return value of write().Diego Biurrun2011-05-162-4/+17
| | * mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-162-2/+2
| | * mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2011-05-162-3/+1
| | * Add missing #includes to mp3_header_(de)compress bsfMans Rullgard2011-05-162-0/+2
| | * dct: fix indentationMans Rullgard2011-05-161-15/+15
| | * dct: bypass table allocation for DCT_II of size 32Mans Rullgard2011-05-161-3/+6
| | * h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen2011-05-161-0/+2
| | * Remove unused header mpegaudio3.h.Diego Biurrun2011-05-162-54/+0
* | | update changelog with 9/10 bit H264 and FFV1 changesCompn2011-05-161-0/+2
|/ /
* | Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer2011-05-176-18/+18
* | Write channel_layout for multichannel aif files.Carl Eugen Hoyos2011-05-172-1/+8
* | Fix ff_mov_write_chan() so it can be used by other muxers.Carl Eugen Hoyos2011-05-173-12/+7
* | Fix some mov files with little endian audio (tickets 201 - 203).Carl Eugen Hoyos2011-05-171-1/+1
* | iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...Stefano Sabatini2011-05-177-74/+152
* | iff: compact code setting metadata tagsStefano Sabatini2011-05-171-15/+4
* | iff: fix bitrate computation for compressed audio streamStefano Sabatini2011-05-171-1/+1
* | iff: distinguish fields for audio and video compressionStefano Sabatini2011-05-171-10/+12
* | imgutils: introduce internal image_get_linesize() and use itStefano Sabatini2011-05-161-14/+24
* | imgutils: make av_image_get_linesize() return AVERROR(EINVAL) for invalid pix...Stefano Sabatini2011-05-161-0/+3
* | drawtext: specify union type for setting default optionsStefano Sabatini2011-05-161-29/+29
* | drawtext: reindent after the previous commitStefano Sabatini2011-05-161-20/+20
* | drawtext: fix strftime() text expansionStefano Sabatini2011-05-161-18/+27
* | rawdec: Allow overriding top field first.Michael Niedermayer2011-05-162-0/+16
* | ffmpeg: initialize input_codec array earlier.Michael Niedermayer2011-05-161-0/+6
* | cmdutils: Allocate private decoder context if its not allocated yet.Michael Niedermayer2011-05-161-1/+12
* | pngdec: relax condition for setting monoblack pixel formatStefano Sabatini2011-05-161-3/+2
* | Support decoding of 1bpp rawvideo in avi (ticket 205).ami_stuff2011-05-161-0/+1
* | Support decoding of 2bpp rawvideo in avi (ticket 206).ami_stuff2011-05-161-0/+1
* | Bump minor after adding a caf muxer.Carl Eugen Hoyos2011-05-161-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-164-14/+6
|\|
| * aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles2011-05-152-4/+4
| * acelp: Remove unused gray_decode table.Diego Biurrun2011-05-151-10/+0
| * dfa: Remove unused variable.Diego Biurrun2011-05-151-1/+0
| * configure: Include AVX availability in summary output.Diego Biurrun2011-05-151-0/+1
| * configure: use same CPPFLAGS in kFreeBSD as LinuxReinhard Tartler2011-05-151-0/+1
* | configure: another try on fixing osx/mingw SDLHanspeter Niederstrasser2011-05-161-1/+1
* | av_picture_crop(): Support simple cases with packed pixels too.Michael Niedermayer2011-05-151-1/+9
* | rawdec: propagate pict_type information to the output frameStefano Sabatini2011-05-151-0/+1
* | showinfo: replace "CRC" by "checksum"Stefano Sabatini2011-05-152-10/+10