aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* swscale-example: Remove hack to end loop by setting variables to break.Gravatar ramiro2009-08-13
* swscale-example: Don't return random value from main().Gravatar ramiro2009-08-13
* swscale-example: Check for Gray formats.Gravatar ramiro2009-08-13
* Fix possible double-free.Gravatar cehoyos2009-08-12
* make codec-cfg reuse the proper defined constants for all RGB/BGR formatsGravatar reimar2009-08-12
* 100l, fix compilation again and make codec-cfg.c use the predefined constantsGravatar reimar2009-08-12
* 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.Gravatar reimar2009-08-12
* Allow decoding of 48 bit png image files.Gravatar cehoyos2009-08-12
* Use new libavformat metadata API.Gravatar greg2009-08-11
* s/RG48xE/RGB48xEGravatar cehoyos2009-08-11
* Make *avcctx AVCodecContext instead of void.Gravatar cehoyos2009-08-11
* Fix H.264 SPS parsing in case of scaling list present.Gravatar cehoyos2009-08-11
* Fix a crash when playing some H264 over rtsp streams: Do pass anGravatar cehoyos2009-08-11
* Explain how formats must be ordered in fmt_list so the parser can handleGravatar reimar2009-08-11
* fmt_table should be const as well.Gravatar reimar2009-08-11
* Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT overGravatar cehoyos2009-08-11
* Allow dpx image files as input.Gravatar cehoyos2009-08-11
* Allow out-formats for IMGFMT_RGB48* in codecs.conf.Gravatar cehoyos2009-08-11
* Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.Gravatar cehoyos2009-08-11
* Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.Gravatar cehoyos2009-08-11
* Remove disabled debug code.Gravatar diego2009-08-10
* Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.Gravatar ramiro2009-08-09
* Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedGravatar kostya2009-08-09
* Remove disabled crufty code.Gravatar diego2009-08-08
* 100l, av_fifo_generic_read does not return anything useful, so ignore itsGravatar reimar2009-08-08
* Add a giant hack to the x264 encoder module to ensure all delayed frames areGravatar reimar2009-08-07
* Replace macro: MAX -> FFMAXGravatar ben2009-08-06
* Do not leak the mixer handle if setting of a volume fails.Gravatar cladisch2009-08-06
* Fix QT RLE in X-QT via rtsp://.Gravatar cehoyos2009-08-05
* Make sure it builds with -ftracerGravatar lu_zero2009-08-04
* Only #include stream/stream_dvd.h when libdvdread is enabled.Gravatar diego2009-08-03
* Only #include stream/dvbin.h when DVB is enabled.Gravatar diego2009-08-03
* Make sure that unavailable message languages are not accepted.Gravatar diego2009-08-03
* Improve wording for missing sctp supportGravatar lu_zero2009-08-03
* Remove pointless #ifdefs around harmless internal header #includes.Gravatar diego2009-08-02
* Fix another typo. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
* dpkg-buildpackage automatically sets CFLAGS and pals to -g -O2.Gravatar diego2009-08-02
* Add standard GPL license header. Patch by Francesco Lavra, francescolavra int...Gravatar cehoyos2009-08-02
* Fix more typos. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
* Remove unused include's. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
* Fix typos. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
* Fix regression when converting to nv12/nv21.Gravatar cehoyos2009-08-01
* Add a variable in config.mak whether SHM support is enabled or not.Gravatar ben2009-07-31
* sync with en/mplayer.1 r29461Gravatar jrash2009-07-31
* Update documentation for libamr replacement by OpenCORE in FFmpeg.Gravatar diego2009-07-30
* move truehd to correct sectionGravatar compn2009-07-30
* undocumented keywordGravatar compn2009-07-30
* start rc4 changelog, where did rc3 go?Gravatar compn2009-07-30
* handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)Gravatar nicodvb2009-07-30
* added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patchGravatar nicodvb2009-07-30