summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-083-4/+4
* Also use 503 for bandwidth limit exceededHoward Chu2010-07-081-2/+2
* Fix "server too busy" status codeHoward Chu2010-07-081-1/+1
* Remove a useless variable in zmbv decoder.Eli Friedman2010-07-081-3/+0
* ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3Justin Ruggles2010-07-071-1/+1
* get_generic_seed() for the cases without /dev/random and AV_READ_TIMEMichael Niedermayer2010-07-071-6/+34
* Rename read/write_line() to av_read/write_image_line().Stefano Sabatini2010-07-073-6/+6
* Cosmetics: whitespaceAlex Converse2010-07-071-1/+2
* aacenc: Enforce LFE bitstream restrictions.Alex Converse2010-07-071-5/+8
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-0720-2/+39
* aacdec: remove checks for impossible error conditionsMåns Rullgård2010-07-071-37/+0
* ARM: remove unnecessary .previous directiveMåns Rullgård2010-07-071-1/+0
* ARM: set section to .text in 'function' macroMåns Rullgård2010-07-071-0/+1
* ARM: hide a .size directive on non-ELF targetsMåns Rullgård2010-07-071-1/+1
* Cosmetics: whitespaceAlex Converse2010-07-071-3/+3
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-077-1/+164
* Implement avfilter_copy_picref_props().Stefano Sabatini2010-07-071-2/+15
* FFplay : Fix segfault when playing monoaural streams.Jai Menon2010-07-071-1/+2
* ARM: optimised integer clip functionsMåns Rullgård2010-07-071-0/+45
* ARM: intmath.h cosmeticsMåns Rullgård2010-07-071-3/+7
* Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård2010-07-071-8/+32
* Remove macro duplication between common.h and intmath.hMåns Rullgård2010-07-072-20/+14
* intmath: whitespace cosmeticsMåns Rullgård2010-07-071-14/+9
* improve long_name for ass (de)muxerAurelien Jacobs2010-07-072-2/+2
* motion_est: fix implicit truncation warningsReimar Döffinger2010-07-071-12/+13
* Ignore extradata & w/h in asf/dvr.Michael Niedermayer2010-07-071-1/+7
* Move ff_dct_init(context) out of if(one time init)Michael Niedermayer2010-07-071-3/+3
* Silence warning "new qualifiers in middle of multi-levelEli Friedman2010-07-071-2/+2
* Associate .tga with format image2.Carl Eugen Hoyos2010-07-071-1/+1
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-064-266/+298
* SSE optimized 32-point DCTVitor Sessak2010-07-065-0/+278
* Add #ifdefs around code specific to file and pipe protocolsMåns Rullgård2010-07-061-18/+24
* Rename av_tempfile() to ff_tempfile()Måns Rullgård2010-07-063-4/+4
* Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård2010-07-062-43/+42
* vf_pad: restore use of _CCIR colourspace conversion macrosMåns Rullgård2010-07-061-3/+3
* os_support: include some headers only when neededMåns Rullgård2010-07-061-3/+3
* rtpenc: remove unnecessary #include unistd.hMåns Rullgård2010-07-061-2/+0
* file_protocol: remove redundant #include sys/time.hMåns Rullgård2010-07-061-1/+0
* Add av_unused to decode_mb_skip declaration to fix the following warning:Eli Friedman2010-07-061-1/+1
* aacenc: replace VLA with fixed sizeMåns Rullgård2010-07-061-2/+4
* Move shareable draw_rectangle() and query_formats function to the topStefano Sabatini2010-07-051-39/+43
* Factorize out some code and implement the fill_line_with_color()Stefano Sabatini2010-07-051-50/+56
* Update lavfitest reference after commit:Stefano Sabatini2010-07-054-4/+4
* Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u').Diego Biurrun2010-07-051-79/+459
* cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'.Diego Biurrun2010-07-051-40/+42
* cosmetics: Reorder config file entries to the format used by doxygen 1.5.6.Diego Biurrun2010-07-051-109/+109
* Revert update of Doxygen configuration file via 'doxygen -u'.Diego Biurrun2010-07-051-593/+210
* configure: simplify some OS-specific flag settingMåns Rullgård2010-07-051-8/+3
* rtpdec_asf: Propagate errors from the chained av_open_input_streamMartin Storsjö2010-07-052-3/+7
* Move frame_available computation to where it belongs in ffmpeg.c.Michael Niedermayer2010-07-051-4/+2