summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Deprecate PIX_FMT_YUVJ*Michael Niedermayer2010-06-03
* ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_timeMartin Storsjö2010-06-03
* VP8 encoding via libvpx.James Zern2010-06-03
* win32: Use _fstati64() instead of plain old fstat() on Windows to support filekemuri2010-06-03
* httpauth: Fix the length passed to av_strlcatMartin Storsjö2010-06-03
* Move section EXAMPLES towards the end of the ffmpeg-doc.texi file.Stefano Sabatini2010-06-03
* Make consistent the various SEE ALSO sections in the FFmpeg man pages.Stefano Sabatini2010-06-03
* Put @ignore-d man page specific trailer at the end of the file.Stefano Sabatini2010-06-03
* Fix misc typos.Stefano Sabatini2010-06-03
* Change type of {audio,video,subtitle}_codec_tag variables from int toStefano Sabatini2010-06-03
* Remove stray and possibly wrong line, rtpdec.c sets that alreadyLuca Barbato2010-06-03
* aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse2010-06-03
* ARM: struct offsets for Apple ABIMåns Rullgård2010-06-02
* ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård2010-06-02
* ARM: check struct offsets only when they are usedMåns Rullgård2010-06-02
* Remove weird empty line and perform vertical align.Stefano Sabatini2010-06-02
* Make write_streamheader() log a message if there is no codec tagStefano Sabatini2010-06-02
* Make write_streamheader() return a meaningful error code if no codecStefano Sabatini2010-06-02
* Make write_header() and write_headers() return an error code in case ofStefano Sabatini2010-06-02
* Make write_streamheader() and write_headers() accept anStefano Sabatini2010-06-02
* Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser2010-06-02
* Remove useless variables in get_common_elements().Stefano Sabatini2010-06-02
* Use .p2align in ASMALIGN() macroMåns Rullgård2010-06-02
* ARM: fail build if hardcoded struct offsets are wrongMåns Rullgård2010-06-02
* Avoid division by zero that caused noise, typically at the beginning orFrank Barchard2010-06-02
* bink: correctly align local arraysMåns Rullgård2010-06-02
* Add APIchanges entry for av_get_codec_tag_string().Stefano Sabatini2010-06-02
* Make the error message issued in case of invalid codec tag moreStefano Sabatini2010-06-02
* Make avcodec_string() use av_get_codec_tag_string().Stefano Sabatini2010-06-02
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-02
* ffserver: Allow floating point audio bit ratesMartin Storsjö2010-06-02
* arm neon: Add missing mangle to external symbolDavid Conrad2010-06-01
* Do not check_lib for -lva if vaapi is disabled, having -lva in extralibsReimar Döffinger2010-06-01
* Add an entry to APIchanges for the addition of sws_convertPalette8ToPacked32 -24Reinhard Tartler2010-06-01
* Change default number of channels (used if unspecified in the format desc)Ronald S. Bultje2010-06-01
* Print an error when MAX_STREAMS is reached.Michael Niedermayer2010-06-01
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-01
* ARM: NEON clear_block[s]Måns Rullgård2010-06-01
* Move get_buffer() calls from decode_init() to decode_frame(). Anything else isSebastian Vater2010-06-01
* Rename @chapter "Quick Start" to "Examples", for consistency with theStefano Sabatini2010-06-01
* Fix texi2pod.pl rendering of the Tips section by putting each @itemStefano Sabatini2010-06-01
* Make texi2pod.pl accept @itemize commands with no following characterStefano Sabatini2010-06-01
* Merge @chapter Introduction and @chapter Description into a singleStefano Sabatini2010-06-01
* Move internal scale context fields initialization fromStefano Sabatini2010-06-01
* Fix eval-test compilation.Stefano Sabatini2010-06-01
* Cosmetics: reindent and break some overly long line.Stefano Sabatini2010-06-01
* Cosmetics: consistently apply K&R style.Stefano Sabatini2010-06-01
* Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters:Stefano Sabatini2010-06-01
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-01
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01