summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove filename from doxy commentVitor Sessak2010-06-11
* Remove useless include. Should fix compilation in MacOS X.Vitor Sessak2010-06-11
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-11
* Fix raw vc1 decoding - this is supposed to break FATE.Michael Niedermayer2010-06-11
* Move indeo5-specific quant table selection to decode_gop_hdr.Maxim Poliakovski2010-06-11
* Include float.h to provide FLT_MAX define. Should fix compilation on windows.Vitor Sessak2010-06-11
* RealAudio 14.4k encoder.Francesco Lavra2010-06-11
* Improve rule for possibly never read variables.Benoit Fouet2010-06-11
* Move transform declarations out of IVIBandDesc so indeo4 can use them as well.Maxim Poliakovski2010-06-11
* Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra2010-06-11
* Cosmetics: indentFrancesco Lavra2010-06-11
* Add ff_ prefix to non-static functionsFrancesco Lavra2010-06-11
* Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra2010-06-11
* Use a bitstream filter for converting the extradata syntax when generating an...Luca Abeni2010-06-11
* 10l: audio_buf is already a uint8_t* so no need to cast itJustin Ruggles2010-06-10
* Allocate enough memory for audio_buf to fit a full output frame.Justin Ruggles2010-06-10
* Quant changes only once per MB so move the corresponding scale factor assignmentMaxim Poliakovski2010-06-10
* Remove broken BeOS audio interface.Diego Biurrun2010-06-10
* Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.François Revol2010-06-10
* Set bits_per_raw_sample in the pcm decoder.Justin Ruggles2010-06-10
* Apparently nowadays things should be installed in /boot/common on Haiku.Diego Biurrun2010-06-10
* Remove unneeded -nostart SHFLAG for Haiku.Diego Biurrun2010-06-10
* Remove unused parameter.Maxim Poliakovski2010-06-10
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-10
* avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin2010-06-10
* Cosmetics: alignment and long line break.Benoit Fouet2010-06-10
* Cosmetics: use and place braces correctly in if ... else statements.Benoit Fouet2010-06-10
* Sanitize av_realloc() use in h264 mp4toannexb bistream filter.Benoit Fouet2010-06-10
* Make all the numeric options accept in input an expression which isStefano Sabatini2010-06-09
* log.c: Use parameter passed to macro instead of the equivalent local variableRamiro Polla2010-06-09
* Add win32 console color output.Ramiro Polla2010-06-09
* Move ansi color array to outside of av_log_default_callback(). Do not passRamiro Polla2010-06-09
* Rename use_ansi_color to use_color so it is not ANSI-specific.Ramiro Polla2010-06-09
* Add av_compare_mod()Michael Niedermayer2010-06-09
* Make sure the http protocol handler returns errors if a delayed open had failedMartin Storsjö2010-06-09
* Fix printf format warningsEli Friedman2010-06-09
* Initialize the http connection in http_seek, tooMartin Storsjö2010-06-09
* Improve the mp4toannexb BSF to convert the extradata.Luca Abeni2010-06-09
* Make texi2pod.pl process @include texinfo directives wherever they areStefano Sabatini2010-06-08
* Tweak texi2pod.pl to make it print the various sections in theStefano Sabatini2010-06-08
* Remove a rule triggered by @man begin WORD WORDS. This rule onlyStefano Sabatini2010-06-08
* Rename the ff* tools @chapters "Invocation" to "Synopsis", and placeStefano Sabatini2010-06-08
* Do not attempt to seek to index for streamed files and if the user explicitlyReimar Döffinger2010-06-08
* Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger2010-06-08
* In case of stream copy, copy the extradata from the input codec context toLuca Abeni2010-06-08
* Fix vp3_draw_horiz_band to calculate chroma offsets correctlyReimar Döffinger2010-06-08
* Add RTSP tunneling over HTTPJosh Allmann2010-06-08
* Make the RTSP muxer use rtsp_hd_out, for consistencyMartin Storsjö2010-06-08
* ReindentMartin Storsjö2010-06-08
* Add Pictor/PC Paint to image2 muxer/demuxerPeter Ross2010-06-08