summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 10l: Fix mistake in r26044. Check increment bounds using actual incrementJustin Ruggles2010-12-31
* Change planar_samples from int16_t to SampleType.Justin Ruggles2010-12-31
* Add .pix_fmts to LCL encoderJason Garrett-Glaser2010-12-31
* Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dotDaniel Kang2010-12-31
* free subtitle_header before overwriting it to avoid memleakAurelien Jacobs2010-12-31
* use avsubtitle_free() instead of re-implementing it partially (fix a memleak)Aurelien Jacobs2010-12-31
* Add typedefs and a macro that will allow sharing of functions between theJustin Ruggles2010-12-30
* Move the list of supported channel layouts to a separate table.Justin Ruggles2010-12-30
* Add a window field to AC3MDCTContext and use it as an input to apply_window()Justin Ruggles2010-12-30