| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '93370d12164236d59645314871a1d6808b2a8ddb' | Michael Niedermayer | 2013-09-30 | 1 | -3/+5 |
|\ |
|
| * | mxfdec: set audio timebase to 1/samplerate | Anton Khirnov | 2013-09-29 | 1 | -1/+9 |
* | | lavf/mxfdec: add j2k codec to intra only codecs | Matthieu Bouron | 2013-09-28 | 1 | -0/+1 |
* | | avformat/mxfdec: check sample size more completely | Michael Niedermayer | 2013-09-27 | 1 | -1/+3 |
* | | avformat/mxfdec: use av_realloc_array() | Michael Niedermayer | 2013-09-11 | 1 | -7/+3 |
* | | avformat/mxfdec: functions that add entries should not destroy the whole list... | Michael Niedermayer | 2013-09-11 | 1 | -14/+10 |
* | | Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa' | Michael Niedermayer | 2013-09-11 | 1 | -10/+14 |
|\| |
|
| * | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -10/+14 |
* | | Fix copying extradata to codec in mxfdec.c | Nigel Touati-Evans | 2013-06-27 | 1 | -1/+3 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -2/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | | Better handling for MXF essence reading reaching EOF. | Joseph Artsimovich | 2013-05-13 | 1 | -4/+2 |
* | | mxf_timestamp_to_str: dont leave uninitilaized fields in time. | Michael Niedermayer | 2013-04-21 | 1 | -1/+1 |
* | | mxfdec: fix return variable type for avio_seek | Marton Balint | 2013-04-19 | 1 | -2/+3 |
* | | lavf/mxfdec: validate month/day before date formatting | Hendrik Leppkes | 2013-04-13 | 1 | -0/+4 |
* | | lavf/mxf: fix parsing of timestamps | Matthieu Bouron | 2013-04-13 | 1 | -5/+5 |
* | | lavf/mxfdec: use more widely supported time format string | Hendrik Leppkes | 2013-04-13 | 1 | -1/+1 |
* | | lavf/mxf: fix parsing of the month from mxf timestamps | Hendrik Leppkes | 2013-04-13 | 1 | -1/+1 |
* | | mxfdec: update current edit unit when seeking in mxf files without index tables | Marton Balint | 2013-04-11 | 1 | -0/+1 |
* | | lavf/mxfdec: handle identification metadata | Matthieu Bouron | 2013-04-08 | 1 | -0/+115 |
* | | lavf/mxfdec: read field dominance flag | Matthieu Bouron | 2013-03-19 | 1 | -0/+4 |
* | | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e' | Michael Niedermayer | 2013-03-14 | 1 | -5/+6 |
|\| |
|
| * | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -6/+5 |
| * | mxfdec: fix NULL checking in mxf_get_sorted_table_segments() | Xi Wang | 2013-01-04 | 1 | -1/+1 |
| * | mxfdec: fix typo in mxf_read_seek() | Janne Grunau | 2012-11-15 | 1 | -1/+1 |
* | | lavf: add AV_ to two remaining CODEC_ID_*. | Nicolas George | 2013-03-12 | 1 | -1/+1 |
* | | Use SMPTE standard notation when showing mxf Universal Labels. | Carl Eugen Hoyos | 2013-02-21 | 1 | -1/+4 |
* | | Print mxf Universal Label if the user requested verbose logging. | Carl Eugen Hoyos | 2013-02-11 | 1 | -0/+6 |
* | | mxfdec: Fix integer overflow with many channels | Michael Niedermayer | 2013-01-11 | 1 | -1/+1 |
* | | Support more AVC-Intra files | Reimar Döffinger | 2013-01-03 | 1 | -5/+7 |
* | | mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intra | Reimar Döffinger | 2013-01-03 | 1 | -0/+1 |
* | | mxfdec: Rescale audio stream duration from EditRate to SampleRate | Tomas Härdin | 2012-12-25 | 1 | -2/+15 |
* | | mxf_probe: make buffer related pointers const | Michael Niedermayer | 2012-12-25 | 1 | -2/+2 |
* | | mxf_set_audio_pts: fix division by 0 | Michael Niedermayer | 2012-12-12 | 1 | -0/+2 |
* | | mxfdec: drop unneeded extradata padding | Michael Niedermayer | 2012-12-11 | 1 | -1/+1 |
* | | mxfdec: fix leak of extradata | Michael Niedermayer | 2012-12-11 | 1 | -0/+4 |
* | | mxfdec: fix double free | Michael Niedermayer | 2012-12-09 | 1 | -2/+6 |
* | | mxfdec: check index_tables before dereferencing in close. | Michael Niedermayer | 2012-12-01 | 1 | -4/+6 |
* | | mxfdec: fix potential integer overflow in mxf_compute_sample_count() | Michael Niedermayer | 2012-11-17 | 1 | -1/+1 |
* | | mxfdec: set audio packets pts | Matthieu Bouron | 2012-11-16 | 1 | -4/+88 |
* | | mxfdec: avoid double free and leaks. | Michael Niedermayer | 2012-11-11 | 1 | -3/+10 |
* | | mxfdec: Fix inferred misuses of enums | Tomas Härdin | 2012-11-01 | 1 | -4/+4 |
* | | mxfdec: Fix potential leak in mxf_read_local_tags() | Tomas Härdin | 2012-10-24 | 1 | -0/+3 |
* | | mxfdec: Fix a potential DoS vector in mxf_read_pixel_layout() | Tomas Härdin | 2012-10-24 | 1 | -1/+2 |
* | | mxfdec: Fix CID 732262 | Tomas Härdin | 2012-10-24 | 1 | -2/+2 |
* | | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' | Michael Niedermayer | 2012-10-12 | 1 | -1/+1 |
|\| |
|
| * | Use the new aes/md5/sha/tree allocation functions | Martin Storsjö | 2012-10-11 | 1 | -1/+1 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -0/+3 |
|\| |
|
| * | mxfdec: return error if no segments are available in mxf_get_sorted_table_seg... | Janne Grunau | 2012-10-10 | 1 | -0/+3 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -5/+5 |
|\| |
|