summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/h264_slice: make current_slice reset code more strictMichael Niedermayer2015-04-041-3/+13
* | avcodec/h264: use goto end instead of return for hwaccel fails as wellMichael Niedermayer2015-04-041-2/+2
* | mpeg4: use a self-explanatory #define MAX_NVOP_SIZEAndreas Cadhalpun2015-04-042-1/+4
* | avcodec/h264: silence ER warning when no slice threads are usedMichael Niedermayer2015-04-041-1/+1
* | avcodec/h264: reenable ER except with slice threads by defaultMichael Niedermayer2015-04-041-2/+5
* | Merge commit 'a4d34e218f548d381e09c483e8dc6ad18a8d571c'Michael Niedermayer2015-04-044-15/+30
|\ \ | |/
| * h264: disable ER by defaultAnton Khirnov2015-04-034-2/+30
* | Merge commit 'df528b11ac607de13a7c438f2a51f2119f71a03c'Michael Niedermayer2015-04-031-13/+46
|\ \ | |/
| * hevc: make sure no dangling pointers remain around on VPS/SPS changeAnton Khirnov2015-04-031-7/+39
* | Merge commit 'ce0bc09ee2580d49fec90a6eb0de2ba1b580c854'Michael Niedermayer2015-04-031-2/+8
|\ \ | |/
| * hevc: do not change the VPS if its contents are the sameAnton Khirnov2015-04-031-2/+8
* | Merge commit '7693ba0a0eecdcdba71b7fbd9a4a12d1ba7b82aa'Michael Niedermayer2015-04-031-1/+11
|\ \ | |/
| * hevc: export stream parameters from extradataAnton Khirnov2015-04-031-1/+11
* | Merge commit '1ae7afd256f9af1eb4f63f9adcf03d581ce4e2b5'Michael Niedermayer2015-04-031-40/+48
|\ \ | |/
| * hevc: split out setting AVCodecContext parametersAnton Khirnov2015-04-031-40/+48
* | mpeg4: only show the divx_packed warning, when a packed frame is presentAndreas Cadhalpun2015-04-031-6/+6
* | avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec()Rong Yan2015-04-031-39/+47
* | avcodec/pngenc: don't return a value in a void functionJames Almer2015-04-021-2/+4
* | png: Use libavutil's crc functions instead of zlib'sDonny Yang2015-04-021-10/+12
* | avcodec/vda_h264: try to fix buildMichael Niedermayer2015-04-021-0/+1
* | vda: fix h264 decoding for avcC,vda wants the entire bufferRainer Hochecker2015-04-022-4/+18
* | avcodec/nvenc: Fix profile parameter handlingTimo Rothenpieler2015-04-021-20/+40
* | Bump lavc and lavf minor versions for apng muxer and encoder.Carl Eugen Hoyos2015-04-021-1/+1
* | apng: Add a basic APNG encoderDonny Yang2015-04-023-10/+142
* | avcodec/ccaption_dec: Remove the GOTO statementPranav Vaish2015-04-021-3/+1
* | Revert "avcodec/exr: fix memset first arg in reverse_lut()"Michael Niedermayer2015-04-011-1/+1
* | lavc/smvjpegdec: Avoid null dereference and return meaningful error codesHimangi Saraogi2015-04-011-5/+6
* | avcodec/nvenc: Fix typoed nv_status checksTimo Rothenpieler2015-04-011-2/+2
* | avcodec/png: Clearly separate encoding header and framesDonny Yang2015-04-011-58/+84
* | avcodec/libx265: export choosen picture typesMichael Niedermayer2015-03-311-0/+13
* | png: Clear up the calculation of max packet sizeDonny Yang2015-03-311-4/+8
* | avcodec/internal: Fix doxy for ff_alloc_packet2() return valueMichael Niedermayer2015-03-311-1/+1
* | h264: avoid unnecessary calls to get_formatRainer Hochecker2015-03-311-1/+2
* | avcodec/snowenc: Check av_frame_ref() return valueMichael Niedermayer2015-03-311-1/+3
* | avcodec/h264_refs: fix null pointer dereference with -DTRACEMichael Niedermayer2015-03-311-4/+4
* | Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'Michael Niedermayer2015-03-3110-29/+58
|\ \ | |/
| * build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-3010-27/+56
* | Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5'Michael Niedermayer2015-03-312-3/+4
|\ \ | |/
| * mjpeg: Use a more precise type for put_marker()Diego Biurrun2015-03-302-3/+4
* | avcodec/libdcadec: remove av_assert and check bits_per_sample more completelyMichael Niedermayer2015-03-301-3/+1
* | Merge commit 'e6e3dcba0c6f11bd7022e2d3b9bcb7b6a09d6c80'Michael Niedermayer2015-03-305-7/+10
|\ \ | |/
| * mjpeg: Move code only used in the encoder(s) to the appropriate headerDiego Biurrun2015-03-305-7/+10
| * tiff: Return more meaningful error codesHimangi Saraogi2015-03-301-5/+6
* | Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18'Michael Niedermayer2015-03-308-13/+13
|\ \ | |/
| * indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun2015-03-308-13/+13
* | Merge commit '7d3183d3a4e800ab7a7fa24f49968a1b1bcc0161'Michael Niedermayer2015-03-301-1/+3
|\ \ | |/
| * qsv: Skip header compilation depending on what parts of qsv are enabledDiego Biurrun2015-03-301-1/+3
* | tiff: Return more meaningful error codesHimangi Saraogi2015-03-301-5/+8
* | png: Only init zlib onceDonny Yang2015-03-291-13/+14
* | png: Calculate pixel format information only onceDonny Yang2015-03-291-59/+65
OpenPOWER on IntegriCloud