summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: more correct printf format specifiersDiego Biurrun2014-03-1126-57/+114
* lavf: always use av_freeMichael Niedermayer2014-03-101-1/+1
* lavf: simplify ff_hevc_annexb2mp4_bufTim Walker2014-03-102-42/+5
* hevc: Use get_se_golomb_longLuca Barbato2014-03-101-5/+5
* mxfdec: Validate parameters to strftimeMartin Storsjö2014-03-101-0/+9
* matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-091-0/+4
* matroskaenc: write private data in hvcC format for HEVC.Tim Walker2014-03-092-1/+4
* movenc: allow muxing HEVC in MODE_MP4.Tim Walker2014-03-092-0/+2
* movenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-093-0/+158
* movenc: write hvcC tag for HEVC.Tim Walker2014-03-094-1/+1140
* movenc: use 'hev1' tag for HEVC in MODE_MOV.Tim Walker2014-03-091-1/+1
* riff: add VP9 fourccJames Zern2014-03-091-0/+1
* riff: IPJ2 decodes with JPEG2000 decoderBen Littler2014-03-091-0/+1
* movdec: handle 0x7fff langcode as macintosh per the specsBaptiste Coudurier2014-03-092-2/+2
* libspeex: support ZygoAudio (quality 10 mode)Piotr Bandurski2014-03-091-0/+1
* isom: lpcm in mov default to big endianMark Himsley2014-03-091-0/+1
* isom: add "MNG" FourCCPiotr Bandurski2014-03-091-0/+1
* isom: Support MPEG-2 video mov files from FPC5Carl Eugen Hoyos2014-03-091-0/+1
* isom: add "NO16" FourCCPiotr Bandurski2014-03-091-0/+1
* isom: add Radius DV YUV FourCCsPiotr Bandurski2014-03-091-0/+2
* isom: Support Sony XAVC in movCarl Eugen Hoyos2014-03-091-0/+1
* isom: add xd51 hdcamBen Littler2014-03-091-0/+1
* movenc: allow override of "writing application" tagJohn Stebbins2014-03-081-1/+2
* matroskaenc: allow override of "writing application" tagJohn Stebbins2014-03-081-2/+6
* matroskadec: cosmetics: Fix "attachement" vs. "attachment" typoDiego Biurrun2014-03-071-22/+22
* matroskadec: K&R formatting cosmeticsKeiji Costantini2014-03-071-469/+551
* rtmppkt: Rename the ts_delta field to ts_fieldMartin Storsjö2014-03-072-11/+11
* rtmppkt: Properly handle extended timestamps when writingMartin Panter2014-03-071-15/+20
* rtmppkt: Add a descriptive commentMartin Panter2014-03-071-1/+1
* rtmppkt: Handle extended timestamp field even for one-byte headerMartin Panter2014-03-072-10/+12
* mxf: Return meaningful errorsLuca Barbato2014-03-061-9/+12
* mxf: Parse random index packPaul B Mahol2014-03-061-8/+46
* mxf: Handle identification metadataMatthieu Bouron2014-03-061-0/+115
* mxf: Set audio packets ptsMatthieu Bouron2014-03-061-5/+106
* mxf: Introduce ff_mxf_get_samples_per_frameMatthieu Bouron2014-03-062-0/+47
* avienc: K&R formatting cosmeticsKeiji Costantini2014-03-041-194/+205
* mathops: move macro to the only place it is usedVittorio Giovara2014-03-041-1/+7
* ass: K&R formatting cosmeticsPatrice Clement2014-03-021-46/+49
* mxf: Add DNxHD ULTomas Härdin2014-02-211-0/+1
* mxf: Add uncompressed 422 8-bit rawvideo ULPhilip de Nier2014-02-211-0/+1
* libavformat/mpegts: expose raw packet sizeLeandro Dorileo2014-02-191-0/+2
* movenc: Add a fallback fragmentation method for plain mp4 as wellMartin Storsjö2014-02-191-4/+2
* doxygen: Replace @parblock syntax with manual linebreaksDiego Biurrun2014-02-171-11/+7
* doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-172-0/+22
* Move all example programs to doc/examplesDiego Biurrun2014-02-162-58/+0
* jv: detect partial packets in the demuxerJanne Grunau2014-02-121-4/+10
* asfdec: fix seeking with fragmented packetsJanne Grunau2014-02-121-0/+10
* asfdec: short-circuit seeking to the start of streamAndrew Kelley2014-02-121-0/+7
* asfdec: check ff_get_guid() return values during seekingJanne Grunau2014-02-121-10/+16
* lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov2014-02-102-8/+20
OpenPOWER on IntegriCloud