summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* yop: fix 10l typoPaul B Mahol2012-11-21
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* imgconvert-test: count the number of unused pixel format values.Michael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* imgconvert-test: skip pix formats without nameMichael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: fix typo in a commentStefano Sabatini2012-11-21
|
* ffprobe: add "," at the end of enum listStefano Sabatini2012-11-21
|
* imgconvert-test: test alpha flagsMichael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* pixdesc: fix alpha flagsMichael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* imgconvert: remove avg_bits_per_pixel(), its redundantMichael Niedermayer2012-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* bink: return AVERROR_EOF upon reaching end of filePeter Ross2012-11-21
| | | | | | | | Fixes ticket #1935. Signed-off-by: Peter Ross <pross@xvid.org> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* codec_descriptors: fix typo in mpeg 2 videoMichael Niedermayer2012-11-21
| | | | | Found-by: Ramiro Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-21
|\ | | | | | | | | | | | | | | | | | | | | * qatar/master: flashsv: Drop unused function and struct parameters pcm: fix decoding of pcm_s16le_planar on big-endian Conflicts: libavcodec/pcm.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * flashsv: Drop unused function and struct parametersDiego Biurrun2012-11-21
| |
| * pcm: fix decoding of pcm_s16le_planar on big-endianJustin Ruggles2012-11-20
| | | | | | | | | | | | The sample count is decremented by the DECODE() macro and needs to be reset in each loop iteration. Also, DECODE() increments the src pointer so that does not need to be done separately.
* | Merge commit 'ae3822bca16f1cdb2460a35b16f8ef636a04314e'Michael Niedermayer2012-11-21
|\| | | | | | | | | | | | | | | | | | | * commit 'ae3822bca16f1cdb2460a35b16f8ef636a04314e': imgconvert: remove PixFmtInfo Conflicts: libavcodec/imgconvert.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * imgconvert: remove PixFmtInfoLuca Barbato2012-11-20
| | | | | | | | It is pleonastic and was used in stale functions pending replacement.
* | imgconvert: fix color type for non normal pix_fmts like HW stuff and unused ↵Michael Niedermayer2012-11-21
| | | | | | | | | | | | entries. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec_get_pix_fmt_loss: remove PixFmtInfo useMichael Niedermayer2012-11-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert: print color type tooMichael Niedermayer2012-11-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cdxl: use url_feof()Paul B Mahol2012-11-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | imgconvert: remove PixFmtInfo use from avg_bits_per_pixel()Michael Niedermayer2012-11-21
| | | | | | | | | | | | | | This fixes several inconsistencies with YUV >8bit formats caused due to missing information in the PixFmtInfo table. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec_find_best_pix_fmt_of_2: favor formats with fewer components if it ↵Michael Niedermayer2012-11-21
| | | | | | | | | | | | does not incur a loss. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pixdesc: add av_get_padded_bits_per_pixel()Michael Niedermayer2012-11-21
| | | | | | | | | | | | This will be needed to allow removing the PixFmtInfo table Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert-test: add avg bits per pixelMichael Niedermayer2012-11-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | is_yuv_planar: remove use of PixFmtInfoMichael Niedermayer2012-11-21
| | | | | | | | | | | | This fixes the behavior for a few yuva 16bit formats Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | imgconvert: add self test codeMichael Niedermayer2012-11-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rawenc: cosmetics: reindentPaul B Mahol2012-11-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'Michael Niedermayer2012-11-21
|\| | | | | | | | | | | | | | | | | | | | | * commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480': avcodec: split avpicture from imgconvert pixdesc: add PIX_FMT_ALPHA flag Conflicts: libavcodec/imgconvert.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: split avpicture from imgconvertLuca Barbato2012-11-20
| | | | | | | | All the non deprecated functions are in avpicture.c now.
| * pixdesc: add PIX_FMT_ALPHA flagLuca Barbato2012-11-20
| |
* | sierravmd: signal EOFPiotr Bandurski2012-11-21
| |
* | cafdec: return right code if EOF is reachedPaul B Mahol2012-11-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | thp: signal EOFPiotr Bandurski2012-11-21
| |
* | rpl: return AVERROR_EOF instead of -1Piotr Bandurski2012-11-21
| |
* | lavf/hls: whitespace cosmetics after 23db5418.Clément Bœsch2012-11-21
| |
* | lavf: move libmodplug registration with the other ext lib.Clément Bœsch2012-11-21
| | | | | | | | Also remove the duplicated #if.
* | hls: create an AVProgram for each variantLYF2012-11-21
| | | | | | | | | | | | | | | | | | | | Without the information, application may choose audio from one variant and video from another variant, which leads to fetch two variants from network. This enables av_find_best_stream() to find matching audio and video streams, so that only one variant is fetched from network. Signed-off-by: LYF <yefei.li@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/segment: fix value for the M3U8 EXT-X-MEDIAStefano Sabatini2012-11-20
| | | | | | | | | | | | | | | | | | From the M3U8 specification: |The EXT-X-MEDIA-SEQUENCE tag indicates the sequence number of the first |URI that appears in a Playlist file. Previously it was using the list index number. Also remove now unused list_count field.
* | lavf/segment: do not pre-increment segment_idx valueStefano Sabatini2012-11-20
| | | | | | | | | | Increment the value just when a new segment with the given index is started. Simplify logic, improve readability.
* | lavf/segment: unbreak behavior for segment muxerStefano Sabatini2012-11-20
| | | | | | | | | | | | | | | | The segment muxer presumes the use of AVFMT_GLOBALHEADER, ssegment should be use in case of formats which requires no global headers. Regression introduced when merging 0826d8513d14f54da0b519360813327d5836b7fc.
* | lavf/segment: consistently use "seg" in segment_start()Stefano Sabatini2012-11-20
| |
* | ffmpeg: rework debugging timestamp logs in process_input()Stefano Sabatini2012-11-20
| | | | | | | | | | Print timestamps before and after ffmpeg timestamp postprocessing. Help to debug how ffmpeg processes the input timestamps.
* | lavf/srtdec: trim line break event separators from packet.Clément Bœsch2012-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | The muxer add them automatically, so this avoid having a bunch of line breaks all over the output files. One '\n' is still kept/added because the lavc subrip decoder seems to have trouble with line ending abruptly (it doesn't flush correctly the tags). This bug is harmless but should be fixed; though, this doesn't look like a trivial change. When this bug gets fixed, we can consider removing the '\n' at the end of the packet. The 2048B buffer limit was also removed while moving to AVBPrint API. Note that this doesn't really matter since the decoder is limited as well.
* | Add -skip_initial_bytes option.Carl Eugen Hoyos2012-11-20
| | | | | | | | Fixes ticket #1909.
* | Correctly signal EOF when demuxing caf files.Carl Eugen Hoyos2012-11-20
| |
* | swr: include stdint.h instead of inttypes.h.Clément Bœsch2012-11-20
| | | | | | | | | | | | | | | | | | stdint.h is for the [u]int*_t types, which is the only thing we need for the prototypes. inttypes.h includes stdint.h and defines more thing we don't need here. Bump micro in case a user app was relying on this include for its own code.
* | rc: fix 10l typo in rc_max_available_vbv_use calculationMichael Niedermayer2012-11-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: increase pcm coveragePaul B Mahol2012-11-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | swr: fix a few typo in the public header.Clément Bœsch2012-11-20
| |
* | swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer2012-11-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: general doxy text about swr and example code.Michael Niedermayer2012-11-20
| | | | | | | | | | | | Based on doxy from avr Reviewed-by: Clément Bœsch Signed-off-by: Michael Niedermayer <michaelni@gmx.at>