summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-18
* Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini2009-01-18
* Implement a var for containing the current year number rather thanStefano Sabatini2009-01-18
* ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code changeMåns Rullgård2009-01-18
* Alpha: add -mieee to CFLAGSMåns Rullgård2009-01-18
* Alpha: fix pix_abs16Måns Rullgård2009-01-18
* configure: add fastdiv to CONFIG_LISTMåns Rullgård2009-01-18
* matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs2009-01-18
* matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs2009-01-18
* Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser2009-01-18
* Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser2009-01-18
* dct-test: add Alpha idctMåns Rullgård2009-01-18
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-18
* Alpha: indentationMåns Rullgård2009-01-18
* 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