summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Alpha: proper IDCT selectionMåns Rullgård2009-01-18
* Alpha: add some const, kill some warningsMåns Rullgård2009-01-18
* add jp2 formater in image2 muxerBaptiste Coudurier2009-01-18
* jpeg2k is intra only codecBaptiste Coudurier2009-01-18
* Copy width/height for subtitle streams (needed for scodec copy of mov/mp4David Conrad2009-01-17
* Alpha: factor common parts from dct_unquantize_h263_intra/inter_axpMåns Rullgård2009-01-17
* Alpha: fix dct_unquantize_h263_inter/intra_axp()Måns Rullgård2009-01-17
* match format in names list separated by commasBaptiste Coudurier2009-01-17
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
* Use shared sine window instead of defining another one.Vitor Sessak2009-01-17
* Update regression tests after r16651David Conrad2009-01-17
* Fix compilation with --enable-libxvid.Carl Eugen Hoyos2009-01-17
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Cosmetics: indentDavid Conrad2009-01-17
* Treat disposition==0 as undefined and don't write the default flagDavid Conrad2009-01-17
* Flush the buffer after writing the header and when done with writing the filesDavid Conrad2009-01-17
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-17
* Print a warning and fail if the graph description cannot beStefano Sabatini2009-01-16
* remove duplicate tablesStefan Gehrer2009-01-16
* hybrid wavpack supportBen Littler2009-01-16
* add LM20 mimic in avi fourccBen Littler2009-01-16
* use assignment of structure instead of memcpyStefan Gehrer2009-01-16
* WavPack hybrid mode supportKostya Shishkov2009-01-16
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-16
* rename vector_t to cavs_vectorStefan Gehrer2009-01-16
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-16
* Merge declaration and initialization of io_buffer_sizeReimar Döffinger2009-01-16
* Make io_buffer_size unsigned to avoid a warning about comparingReimar Döffinger2009-01-16
* Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet2009-01-16
* Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_in...Reimar Döffinger2009-01-16
* Use AV_WB32 instead of reimplementing it.Reimar Döffinger2009-01-16
* Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.Reimar Döffinger2009-01-16
* Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)Reimar Döffinger2009-01-16
* Make unsigned int a variable that does not need to be explicitely 32 bits.Marc Mason2009-01-16
* add svq3 watermark support entryBen Littler2009-01-16
* 12l: Fix compilation with --disable-vdpau.Carl Eugen Hoyos2009-01-16
* Add maxrate and bufsize specifications for iPod presets. I omitted theseRobert Swain2009-01-16
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willNVIDIA Corporation2009-01-16
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
* support h264 extradata with 0x000001 startcodeBaptiste Coudurier2009-01-16
* use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier2009-01-16
* 10l, fix prototypeBaptiste Coudurier2009-01-16
* export ff_avc_parse_nal_units_bufBaptiste Coudurier2009-01-16
* move actual writing before so new size can be taken into accountBaptiste Coudurier2009-01-16
* return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2009-01-16
* add -Wundef compiler flag, to catch typo in #if or similar situationsAurelien Jacobs2009-01-16
* explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs2009-01-16
* move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs2009-01-15
* move timer related code in a new timer.h fileAurelien Jacobs2009-01-15