summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Perform sliding window operation during frame gap handling.Michael Niedermayer2010-07-052-1/+3
* Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer2010-07-052-14/+21
* Silence a warning when compiling aviobuf.cEli Friedman2010-07-051-2/+1
* DCA: Occasionally a false XCH sync word can turn up after the core DTS data,Nick Brereton2010-07-051-1/+7
* Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, andMichael Karcher2010-07-051-6/+6
* Add id3v1.o dependency for oma demuxerMichael Karcher2010-07-051-1/+1
* DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa...Benjamin Larsson2010-07-051-3/+3
* Make opt_pad() print more information.Stefano Sabatini2010-07-041-8/+8
* Update help message for the -pad* options, as they have been removed,Stefano Sabatini2010-07-042-13/+7
* aes: fix array index out of bounds warningMåns Rullgård2010-07-041-1/+1
* Mention gas-preprocessor in documentationMåns Rullgård2010-07-041-0/+6
* Fix build with hardcoded tablesMåns Rullgård2010-07-041-1/+6
* r24021 which i have approved did by mistake remove a empty line that had a pu...Michael Niedermayer2010-07-041-0/+1
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-042-69/+98
* PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård2010-07-041-5/+0
* PPC: add some asm support macrosMåns Rullgård2010-07-041-0/+56
* Stop make complaining about moved/deleted headersMåns Rullgård2010-07-041-0/+4
* APIchanges: fix revision number and commit date for change of all occurencesRamiro Polla2010-07-041-3/+3
* Revert commit:Stefano Sabatini2010-07-041-3/+0
* Add missing docs for the ffplay -autoexit option.Alexei Svitkine2010-07-041-0/+2
* Implement -onkeydown and -onmousedown options for ffplay.Alexei Svitkine2010-07-043-0/+17
* Add notices for the -crop* options in the ffmpeg manual, stating thatStefano Sabatini2010-07-041-4/+4
OpenPOWER on IntegriCloud