summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make dc_lum_vlc and dc_chroma_vlc non-static symbols,Vitor Sessak2011-01-05
* In ogg muxer, correctly mux VFR streams, fix issue #2398Baptiste Coudurier2011-01-05
* In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490Baptiste Coudurier2011-01-05
* In mov demuxer, check that stts data exists, fix crash, issue #2479Baptiste Coudurier2011-01-05
* Use local variables outside the inner loop in extract_exponents() to reduceJustin Ruggles2011-01-05
* Factorize common code in v4l2_set_parameters().Stefano Sabatini2011-01-05
* In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini2011-01-05
* Make mpeg4 encoder log a more explicit error message when the timebaseStefano Sabatini2011-01-05
* Add my GPG fingerprint to the MAINTAINERS fileRobert Swain2011-01-05
* Win32 support for av_file_map()Daniel Verkamp2011-01-05
* Our ljpeg encoder supports bgra, use the correct constant in the sanity check.Michael Niedermayer2011-01-05
* Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c.Michael Niedermayer2011-01-05
* Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ...Michael Niedermayer2011-01-05
* In pad filter, update new ref w/h in start_frame, fix chainingBaptiste Coudurier2011-01-05
* In crop filter, update new ref w/h instead of old one, fix chainingBaptiste Coudurier2011-01-05
* Fix YUV444P LJPEG encoding.Michael Niedermayer2011-01-04
* In the video4linux2 output device, log an error description in case ofStefano Sabatini2011-01-04
* Remove unnecessary dependency of ffprobe and ffserver on libswscale.Stefano Sabatini2011-01-04
* Disable initialization of the swscale sws_opts context inStefano Sabatini2011-01-04
* lavf: rename meta.h->ffmeta.h for consistency.Anton Khirnov2011-01-04
* cosmetics: fix typo in previous commitJustin Ruggles2011-01-04
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-04
* wtv: obtain codec information from stream2_guid chunks, if presentPeter Ross2011-01-04
* mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0Aurelien Jacobs2011-01-03
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-03
* ReindentMartin Storsjö2011-01-03
* Fix compilation on x86-32 with --disable-optimizations,Daniel Kang2011-01-03
* libavfilter does not depend on libswscale, only the scale filter does.Carl Eugen Hoyos2011-01-03
* Fix crash decoding broken wmv2 files.Daniel Kang2011-01-02
* srtdec: ensure we don't read 1 byte after buffer end if the buffer is notAurelien Jacobs2011-01-02
* "Fix" compilation with --disable-swscale.Carl Eugen Hoyos2011-01-02
* Use AVOption for muxers in ffmpeg.Anssi Hannula2011-01-02
* Remove the "-idct simple" command line option from the fate-psx-str test,Vitor Sessak2011-01-02
* wtv: display warning if scrambled stream is detectedPeter Ross2011-01-02
* Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. ThisVitor Sessak2011-01-02
* Add AVOption support for muxers.Anssi Hannula2011-01-02
* Use new function put_nbyte() to speed up padding.Anssi Hannula2011-01-02
* Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula2011-01-02
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-02
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-02
* rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö2011-01-02
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-02
* Fix a floating point exception for invalid framerate, fixes issue 2470.Daniel Kang2011-01-02
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-01
* Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32Daniel Verkamp2011-01-01
* Use AVSampleFormat instead of the deprecated SampleFormat.Reimar Döffinger2011-01-01
* Update current year to 2011. Happy New Year!Justin Ruggles2011-01-01
* Fix typos.Stefano Sabatini2011-01-01
* move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross2011-01-01
* Skip the bit allocation search if previous and current SNR offsets are theJustin Ruggles2010-12-31