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