24882 Commits (81f460a373f53d73923168a20981a0ca5a87dae8)
 

Author SHA1 Message Date
Måns Rullgård 81f460a373 rtpenc: remove unnecessary #include unistd.h 14 years ago
Måns Rullgård 3f7ab648e5 file_protocol: remove redundant #include sys/time.h 14 years ago
Eli Friedman 9049fa5479 Add av_unused to decode_mb_skip declaration to fix the following warning: 14 years ago
Måns Rullgård 86e41bc300 aacenc: replace VLA with fixed size 14 years ago
Stefano Sabatini 1b364fd26e Move shareable draw_rectangle() and query_formats function to the top 14 years ago
Stefano Sabatini 039baa7813 Factorize out some code and implement the fill_line_with_color() 14 years ago
Stefano Sabatini c014631461 Update lavfitest reference after commit: 14 years ago
Diego Biurrun ac7a4056ad Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen -u'). 14 years ago
Diego Biurrun f31abc6c66 cosmetics: Reformat paragraphs and fix typos as done by 'doxygen -u'. 14 years ago
Diego Biurrun 18bb522b84 cosmetics: Reorder config file entries to the format used by doxygen 1.5.6. 14 years ago
Diego Biurrun 157b7d0c22 Revert update of Doxygen configuration file via 'doxygen -u'. 14 years ago
Måns Rullgård 355d81df72 configure: simplify some OS-specific flag setting 14 years ago
Martin Storsjö 0fca8d24ee rtpdec_asf: Propagate errors from the chained av_open_input_stream 14 years ago
Michael Niedermayer 748db0fcc4 Move frame_available computation to where it belongs in ffmpeg.c. 14 years ago
Michael Niedermayer 3d5421201b Perform sliding window operation during frame gap handling. 14 years ago
Michael Niedermayer 733f5990d0 Factorize ff_generate_sliding_window_mmcos() out. 14 years ago
Eli Friedman 6fa197e277 Silence a warning when compiling aviobuf.c 14 years ago
Nick Brereton 0712c230ae DCA: Occasionally a false XCH sync word can turn up after the core DTS data, 14 years ago
Michael Karcher 03f0d17575 Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, and 14 years ago
Michael Karcher 513d567152 Add id3v1.o dependency for oma demuxer 14 years ago
Benjamin Larsson 324a94b022 DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing 14 years ago
Stefano Sabatini 9f434b6584 Make opt_pad() print more information. 14 years ago
Stefano Sabatini 74dc99f2b3 Update help message for the -pad* options, as they have been removed, 14 years ago
Måns Rullgård c184bb44db aes: fix array index out of bounds warning 14 years ago
Måns Rullgård 377723b22c Mention gas-preprocessor in documentation 14 years ago
Måns Rullgård aad9f50751 Fix build with hardcoded tables 14 years ago
Michael Niedermayer b9796cc7c7 r24021 which i have approved did by mistake remove a empty line that had a purpose. 14 years ago
Måns Rullgård a46b84d120 PPC: convert Altivec FFT to pure assembler 14 years ago
Måns Rullgård deca86eab1 PPC: gas-preprocessor handles m[ft]spr shorthands 14 years ago
Måns Rullgård fe3d2e4b02 PPC: add some asm support macros 14 years ago
Måns Rullgård 11d788cade Stop make complaining about moved/deleted headers 14 years ago
Ramiro Polla 34171e87d5 APIchanges: fix revision number and commit date for change of all occurences 14 years ago
Stefano Sabatini f2c44ad511 Revert commit: 14 years ago
Alexei Svitkine 07a90cd5bf Add missing docs for the ffplay -autoexit option. 14 years ago
Alexei Svitkine 066ce8c93d Implement -onkeydown and -onmousedown options for ffplay. 14 years ago
Stefano Sabatini dbb113e89e Add notices for the -crop* options in the ffmpeg manual, stating that 14 years ago
David Conrad 105b37859b mov: Read Flash's chpl variant 14 years ago
Baptiste Coudurier 3c5e1b36d5 LOL, 100l, really fix warning: 14 years ago
Baptiste Coudurier 947cbeca16 Fix warning: 14 years ago
Jai Menon cfb7e6e6d5 FFplay : Copy all AVFrame fields from the reference picture to the 14 years ago
Ramiro Polla 13088d27e4 APIchanges: add entry for r23985 (install lfg.h) 14 years ago
Stefano Sabatini 478b9d74d4 Enhance pad filter command-line description. 14 years ago
Ronald S. Bultje f2a30bd840 Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). 14 years ago
Måns Rullgård ea28e81faa configure: add missing braces in libvpx check 14 years ago
Dominik Mierzejewski 4be7bc6a84 Provide a hint about the minimum required version of libvpx (0.9.1) 14 years ago
Ramiro Polla 42ebfc54b8 configure: enclose library check for librtmp in brackets 14 years ago
Måns Rullgård a075902f3d PPC: add _interleave versions of fft{4,6,16}_altivec 14 years ago
Stefano Sabatini f054aaf731 Add function check for librtmp, require RTMP_Socket() which was added 14 years ago
Stefano Sabatini 0e7fa0bc3b State in the guidelines that function and parameter descriptions in 14 years ago
Eli Friedman b7cdddcd1f Silence "comparison of unsigned expression >= 0 is always true" warning. 14 years ago