summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-1618-459/+111
|\
| * arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()Diego Biurrun2011-07-161-20/+0
| * Remove commented-out call to non-existing function print_pow1().Diego Biurrun2011-07-161-4/+0
| * Do not decode RV30 files if the extradata is too smallRafaël Carré2011-07-161-0/+1
| * flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun2011-07-161-34/+43
| * ppc: remove disabled codeDiego Biurrun2011-07-164-61/+0
| * libspeexdec: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-161-1/+1
| * libopenjpeg: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-161-1/+1
| * alac: Remove unused dummy code.Diego Biurrun2011-07-161-11/+0
| * Remove unused structs and tables.Diego Biurrun2011-07-164-255/+2
| * vaapi: do not assert on value read from input bitstreamDiego Biurrun2011-07-161-3/+3
| * flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun2011-07-161-14/+5
| * flashsvenc: drop unnecessary castDiego Biurrun2011-07-161-1/+1
| * flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun2011-07-161-7/+9
| * flashsvenc: merge two consecutive if-conditionsDiego Biurrun2011-07-161-4/+3
| * flashsvenc: merge variable declarations and initializationsDiego Biurrun2011-07-161-10/+3
| * flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun2011-07-161-2/+2
| * flashsvenc: whitespace cosmeticsDiego Biurrun2011-07-161-7/+11
| * flashsvenc: drop some unnecessary parenthesesDiego Biurrun2011-07-161-9/+9
| * flashsvenc: fix some comment typosDiego Biurrun2011-07-161-14/+13
| * aacps: skip some memcpy() if src and dst would be equalMans Rullgard2011-07-151-8/+11
* | mpegvideo: fix compilation after 900321b08c95bd42e6db53864bfffbe48d6019daStefano Sabatini2011-07-161-2/+2
* | Don't mark generated dummy frame output from mpeg1/2 decoder as keyframe.elupus2011-07-161-0/+2
* | Patch for memory leaks in DVB subtitles decoderJernej Fijačko2011-07-161-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-1544-107/+146
|\ \ | |/
| * doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-155-7/+7
| * doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-158-20/+12
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-1517-67/+102
| * ac3enc: Mark AVClasses constMartin Storsjö2011-07-153-6/+6
| * doxygen: misc consistency cosmeticsDiego Biurrun2011-07-144-9/+5
| * doxygen: consistently place brief descriptionDiego Biurrun2011-07-149-9/+12
| * doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-143-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-148-437/+687
|\ \ | |/
| * Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov2011-07-141-1/+1
| * doxygen: Move function documentation into the macro generating the function.Diego Biurrun2011-07-141-12/+12
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-141-4/+2
| * h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-142-418/+418
| * H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-132-1/+253
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-146-49/+45
|\ \ | |/
| * ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-135-36/+26
| * ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-133-13/+14
| * ac3enc: fix memleakJustin Ruggles2011-07-131-0/+4
| * mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje2011-07-131-1/+1
| * lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-131-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-133-45/+40
|\ \ | |/
| * h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun2011-07-122-41/+39
| * dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun2011-07-121-2/+1
| * h264: move h264_mvpred.h include.Ronald S. Bultje2011-07-121-3/+1
* | Move resetting of channels, sample_rate back to av_find_stream_info.Reimar Döffinger2011-07-121-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-1251-1509/+1539
|\ \ | |/